Skip to content

Commit ceb36d1

Browse files
authored
Merge pull request #4186 from anyproto/ios-5211-update-regular-buttons
IOS-5211 Fix colors
2 parents 41242d5 + fad152b commit ceb36d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/DesignKit/Sources/DesignKit/Components/StandardButton/StandardButtonConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public extension StandardButtonStyle {
7777
case .primaryLarge:
7878
return StandardButtonConfig(
7979
normal: StandardButtonConfig.Style(
80-
textColor: .Text.inversion,
80+
textColor: .Text.white,
8181
backgroundColor: .Control.accent100
8282
),
8383
higlighted: StandardButtonConfig.Style(

0 commit comments

Comments
 (0)