You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/compose/icons/src/commonMain/kotlin/io/github/composegears/valkyrie/sdk/compose/icons/colored/FeatherLogo.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ val ValkyrieIcons.Colored.FeatherLogo: ImageVector
23
23
viewportHeight =24f,
24
24
).apply {
25
25
path(
26
-
stroke =SolidColor(Color.White),
26
+
stroke =SolidColor(Color.Gray),
27
27
strokeLineWidth =2f,
28
28
strokeLineCap =StrokeCap.Round,
29
29
strokeLineJoin =StrokeJoin.Round,
@@ -36,7 +36,7 @@ val ValkyrieIcons.Colored.FeatherLogo: ImageVector
36
36
close()
37
37
}
38
38
path(
39
-
stroke =SolidColor(Color.White),
39
+
stroke =SolidColor(Color.Gray),
40
40
strokeLineWidth =2f,
41
41
strokeLineCap =StrokeCap.Round,
42
42
strokeLineJoin =StrokeJoin.Round,
@@ -45,7 +45,7 @@ val ValkyrieIcons.Colored.FeatherLogo: ImageVector
0 commit comments