Skip to content

Commit

Permalink
fix: add correct colour class for primary button disabled text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto committed Oct 27, 2023
1 parent 42f49a3 commit f38638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const buttonVariants = cva(
'bg-button-active text-white ' +
'hover:bg-button-hover ' +
'focus:bg-button-focus ' +
'disabled:bg-button-disabled disabled:color-foreground-subtle',
'disabled:bg-button-disabled disabled:text-foreground-subtle',
secondary:
'bg-white text-grey-900 border-2 border-border ' +
'hover:bg-button-disabled hover:border-border ' +
Expand Down

0 comments on commit f38638a

Please sign in to comment.