diff options
Diffstat (limited to 'src/components/Button.tsx')
-rw-r--r-- | src/components/Button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Button.tsx b/src/components/Button.tsx index ed963026c..dfdcde6ed 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -542,7 +542,7 @@ export function useSharedButtonTextStyles() { if (variant === 'solid' || variant === 'gradient') { if (!disabled) { baseStyles.push({ - color: t.palette.white, + color: t.palette.contrast_100, }) } else { baseStyles.push({ |