Skip to content

Commit 778d1d2

Browse files
committed
example: Fix icon tint
1 parent e61f375 commit 778d1d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composeApp/src/commonMain/kotlin/UITest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ fun UITest(
252252
) {
253253
Icon(
254254
imageVector = MiuixIcons.Useful.ImmersionMore,
255-
contentDescription = "Menu"
255+
tint = MiuixTheme.colorScheme.onBackground,
256+
contentDescription = "More"
256257
)
257258
}
258259
}

0 commit comments

Comments
 (0)