Skip to content

Commit 6a15de4

Browse files
committed
example: Add missing tint
1 parent 80ba1bc commit 6a15de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composeApp/src/commonMain/kotlin/component/TextComponent.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ fun TextComponent(
153153
) {
154154
Icon(
155155
imageVector = MiuixIcons.Useful.Personal,
156-
contentDescription = "Account",
156+
contentDescription = "Personal",
157+
tint = MiuixTheme.colorScheme.onBackground
157158
)
158159
}
159160
},

0 commit comments

Comments
 (0)