Skip to content

Commit

Permalink
Fix Critical button color text
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Jan 15, 2025
1 parent 574c6c9 commit 6484f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const useStyles = ({
pressed: color.text_primary_max,
disabled: color.text_primary_min,
},
[ButtonType.Critical]: {idle: color.white_static, pressed: color.white_static, disabled: color.white_static},
[ButtonType.Critical]: {idle: color.gray_min, pressed: color.gray_min, disabled: color.gray_min},
[ButtonType.Text]: {
idle: color.text_primary_medium,
pressed: color.text_primary_max,
Expand Down

0 comments on commit 6484f7b

Please sign in to comment.