Skip to content

Commit f34ab90

Browse files
committed
WIP [7/N]
1 parent 63487d1 commit f34ab90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/demo/src/commonMain/kotlin/IconDemo.kt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import top.yukonga.miuix.kmp.icon.icons.useful.Edit
2121
import top.yukonga.miuix.kmp.icon.icons.useful.Personal
2222
import top.yukonga.miuix.kmp.icon.icons.useful.Rename
2323
import top.yukonga.miuix.kmp.icon.icons.useful.Settings
24+
import top.yukonga.miuix.kmp.theme.MiuixTheme
2425

2526
@Composable
2627
fun IconDemo() {
@@ -46,11 +47,13 @@ fun IconDemo() {
4647
) {
4748
Icon(
4849
imageVector = MiuixIcons.Useful.Personal,
49-
contentDescription = "Personal"
50+
contentDescription = "Personal",
51+
tint = MiuixTheme.colorScheme.onBackground
5052
)
5153
Icon(
5254
imageVector = MiuixIcons.Useful.Settings,
53-
contentDescription = "Settings"
55+
contentDescription = "Settings",
56+
tint = MiuixTheme.colorScheme.onBackground
5457
)
5558
Icon(
5659
imageVector = MiuixIcons.Useful.Edit,

0 commit comments

Comments
 (0)