Skip to content

Commit 285b053

Browse files
committed
fix(docs): button primary text color
1 parent 159a38b commit 285b053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const buttonVariants = cva(
99
{
1010
variants: {
1111
variant: {
12-
default: 'bg-primary text-primary-foreground hover:bg-primary/90',
12+
default: 'bg-primary text-white hover:bg-primary/90',
1313
destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',
1414
outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',
1515
secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',

0 commit comments

Comments
 (0)