We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2a4a9 commit c4a9d37Copy full SHA for c4a9d37
entry/src/main/ets/pages/Index.ets
@@ -52,6 +52,7 @@ struct Index {
52
Divider()
53
.height(1)
54
.width(FULL_PERCENT)
55
+ .color('#222222')
56
.backgroundColor($r('sys.color.ohos_id_color_subheading_separator_dark'))
57
58
Tabs({ barPosition: BarPosition.Start, index: this.focusIndex, controller: this.controller }) {
0 commit comments