We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41242d5 + fad152b commit ceb36d1Copy full SHA for ceb36d1
Modules/DesignKit/Sources/DesignKit/Components/StandardButton/StandardButtonConfig.swift
@@ -77,7 +77,7 @@ public extension StandardButtonStyle {
77
case .primaryLarge:
78
return StandardButtonConfig(
79
normal: StandardButtonConfig.Style(
80
- textColor: .Text.inversion,
+ textColor: .Text.white,
81
backgroundColor: .Control.accent100
82
),
83
higlighted: StandardButtonConfig.Style(
0 commit comments