Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -178,10 +178,10 @@ export struct TopNavigationComponentNew { | @@ -178,10 +178,10 @@ export struct TopNavigationComponentNew { | ||
| 178 | // left: 6, | 178 | // left: 6, |
| 179 | // right: 6 | 179 | // right: 6 |
| 180 | // }) | 180 | // }) |
| 181 | - .borderRadius({ | ||
| 182 | - topLeft: 6, | ||
| 183 | - topRight: 6 | ||
| 184 | - }) | 181 | + // .borderRadius({ |
| 182 | + // topLeft: 6, | ||
| 183 | + // topRight: 6 | ||
| 184 | + // }) | ||
| 185 | .backgroundColor(CompUtils.isRMH(this.navItem) || CompUtils.isNews(this.navItem) ? Color.White : Color.Transparent) | 185 | .backgroundColor(CompUtils.isRMH(this.navItem) || CompUtils.isNews(this.navItem) ? Color.White : Color.Transparent) |
| 186 | } | 186 | } |
| 187 | 187 |
-
Please register or login to post a comment