Skip to content

Commit 3d0fe2a

Browse files
committed
[fix] #193 아이콘 컬러 수정
1 parent 5e3d3c9 commit 3d0fe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/DSKit/Sources/Foundation/PokitButtonStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extension PokitButtonStyle.State {
6969

7070
var iconColor: Color {
7171
switch self {
72-
case .default: return .pokit(.icon(.disable))
72+
case .default: return .pokit(.icon(.tertiary))
7373
case .stroke(_): return .pokit(.icon(.primary))
7474
case .filled(_), .opacity: return .pokit(.icon(.inverseWh))
7575
case .disable: return .pokit(.icon(.disable))

0 commit comments

Comments
 (0)