Skip to content

Commit 65cb799

Browse files
committed
Change FeatherLogo color
1 parent a12f032 commit 65cb799

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • sdk/compose/icons/src/commonMain/kotlin/io/github/composegears/valkyrie/sdk/compose/icons/colored

sdk/compose/icons/src/commonMain/kotlin/io/github/composegears/valkyrie/sdk/compose/icons/colored/FeatherLogo.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ val ValkyrieIcons.Colored.FeatherLogo: ImageVector
2323
viewportHeight = 24f,
2424
).apply {
2525
path(
26-
stroke = SolidColor(Color.White),
26+
stroke = SolidColor(Color.Gray),
2727
strokeLineWidth = 2f,
2828
strokeLineCap = StrokeCap.Round,
2929
strokeLineJoin = StrokeJoin.Round,
@@ -36,7 +36,7 @@ val ValkyrieIcons.Colored.FeatherLogo: ImageVector
3636
close()
3737
}
3838
path(
39-
stroke = SolidColor(Color.White),
39+
stroke = SolidColor(Color.Gray),
4040
strokeLineWidth = 2f,
4141
strokeLineCap = StrokeCap.Round,
4242
strokeLineJoin = StrokeJoin.Round,
@@ -45,7 +45,7 @@ val ValkyrieIcons.Colored.FeatherLogo: ImageVector
4545
lineTo(2f, 22f)
4646
}
4747
path(
48-
stroke = SolidColor(Color.White),
48+
stroke = SolidColor(Color.Gray),
4949
strokeLineWidth = 2f,
5050
strokeLineCap = StrokeCap.Round,
5151
strokeLineJoin = StrokeJoin.Round,

0 commit comments

Comments
 (0)