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.
1 parent 5e3d3c9 commit 3d0fe2aCopy full SHA for 3d0fe2a
Projects/DSKit/Sources/Foundation/PokitButtonStyle.swift
@@ -69,7 +69,7 @@ extension PokitButtonStyle.State {
69
70
var iconColor: Color {
71
switch self {
72
- case .default: return .pokit(.icon(.disable))
+ case .default: return .pokit(.icon(.tertiary))
73
case .stroke(_): return .pokit(.icon(.primary))
74
case .filled(_), .opacity: return .pokit(.icon(.inverseWh))
75
case .disable: return .pokit(.icon(.disable))
0 commit comments