diff --git a/src/components/Button/index.tsx b/src/components/Button/index.tsx index adeee7b5..0971da07 100644 --- a/src/components/Button/index.tsx +++ b/src/components/Button/index.tsx @@ -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 ' +