Skip to content

Commit b3830cd

Browse files
committed
[iOS]: Update chip style for dark mode.
1 parent 8bcaf77 commit b3830cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iosApp/KmpShowcase/Extensions/Shared Views/ChipButtonStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct ChipButtonStyle: ButtonStyle {
1414
.padding(.vertical, 8)
1515
.padding(.horizontal)
1616
.background(Color.accentColor)
17-
.foregroundColor(Color(.systemBackground))
17+
.foregroundColor(.white)
1818
.clipShape(Capsule())
1919
.scaleEffect(configuration.isPressed ? 0.95 : 1)
2020
}

0 commit comments

Comments
 (0)