Skip to content

Commit c4a9d37

Browse files
committed
fix divider style
1 parent ee2a4a9 commit c4a9d37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entry/src/main/ets/pages/Index.ets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ struct Index {
5252
Divider()
5353
.height(1)
5454
.width(FULL_PERCENT)
55+
.color('#222222')
5556
.backgroundColor($r('sys.color.ohos_id_color_subheading_separator_dark'))
5657

5758
Tabs({ barPosition: BarPosition.Start, index: this.focusIndex, controller: this.controller }) {

0 commit comments

Comments
 (0)