You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/button/ButtonColorStyle.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ enum class ReedButtonColorStyle {
28
28
SECONDARY->ReedTheme.colors.contentPrimary
29
29
TERTIARY->ReedTheme.colors.contentBrand
30
30
STROKE->ReedTheme.colors.contentBrand
31
-
TEXT->ReedTheme.colors.borderBrand
31
+
TEXT->ReedTheme.colors.contentTertiary
32
32
KAKAO->ReedTheme.colors.contentPrimary
33
33
GOOGLE->ReedTheme.colors.contentPrimary
34
34
}
@@ -45,6 +45,7 @@ enum class ReedButtonColorStyle {
0 commit comments