Commit b4b45ae 1 parent 1365ee8 commit b4b45ae Copy full SHA for b4b45ae
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ class Button : MaterialCardView {
180
180
Style .SECONDARY ->
181
181
ButtonConfig (
182
182
colorBackground = R .color.buttonSecondaryBackground,
183
- colorBackgroundPressed = R .color.buttonSecondaryBackgroundPressed ,
184
- colorBackgroundDisabled = R .color.buttonSecondaryBackgroundDisabled ,
183
+ colorBackgroundPressed = R .color.backgroundPressed ,
184
+ colorBackgroundDisabled = R .color.buttonPrimaryBackgroundDisabled ,
185
185
contentTextColorStateList = R .color.btn_secondary_text,
186
186
radius = R .dimen.buttonRadius,
187
187
stroke = R .dimen.buttonSecondaryBackgroundStroke,
Original file line number Diff line number Diff line change 68
68
<!-- endregion Default -->
69
69
70
70
<!-- region BadgeView -->
71
- <color name =" badgeViewTextColor" >@color/mainWhite</color > white
71
+ <color name =" badgeViewTextColor" >@color/mainWhite</color >
72
72
73
73
<!-- region Button -->
74
74
<color name =" buttonPrimaryBackground" >@color/backgroundPrimaryBrandDefault</color >
80
80
<color name =" buttonPrimaryBorder" >@color/borderDefault</color >
81
81
82
82
<color name =" buttonSecondaryBackground" >@color/backgroundPrimary</color >
83
- <color name =" buttonSecondaryBackgroundPressed" >@color/backgroundPressed </color >
84
- <color name =" buttonSecondaryBackgroundDisabled" >@color/backgroundDisabled </color >
83
+ <color name =" buttonSecondaryBackgroundPressed" >@color/contentPrimary </color >
84
+ <color name =" buttonSecondaryBackgroundDisabled" >@color/contentSecondaryBGSecondary </color >
85
85
<color name =" buttonSecondaryBackgroundStroke" >@color/borderDefault</color >
86
- <color name =" buttonSecondaryContent" >@color/contentBrandDefault </color >
86
+ <color name =" buttonSecondaryContent" >@color/contentPrimary </color >
87
87
<color name =" buttonSecondaryContentDisabled" >@color/contentSecondaryBGSecondary</color >
88
88
89
89
<color name =" buttonAlertBackground" >@color/backgroundPrimaryAlertDefault</color >
You can’t perform that action at this time.
0 commit comments