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 6e98849 commit ced961fCopy full SHA for ced961f
entry/src/main/ets/pages/TabSheets.ets
@@ -23,6 +23,7 @@ export struct TabSheets {
23
.textOverflow({ overflow: TextOverflow.Clip })
24
.maxLines(1)
25
.flexShrink(1)
26
+ .fontColor(Color.White)
27
Stack() {
28
Image($r('app.media.ic_public_cancel_filled'))
29
.width(STYLE_CONFIGURATION.ICON_SIZE)
0 commit comments