We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a38b commit 285b053Copy full SHA for 285b053
apps/docs/src/components/ui/button.tsx
@@ -9,7 +9,7 @@ const buttonVariants = cva(
9
{
10
variants: {
11
variant: {
12
- default: 'bg-primary text-primary-foreground hover:bg-primary/90',
+ default: 'bg-primary text-white hover:bg-primary/90',
13
destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',
14
outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',
15
secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',
0 commit comments