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 4196f69 commit b5d3c8fCopy full SHA for b5d3c8f
frontend/src/components/ui/button/index.ts
@@ -8,7 +8,7 @@ export const buttonVariants = cva(
8
{
9
variants: {
10
variant: {
11
- default: 'bg-primary text-primary-foreground shadow hover:bg-primary/90 h-10',
+ default: 'bg-[#EEEEEE] text-primary-foreground shadow hover:bg-white h-10',
12
destructive: 'bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90',
13
outline:
14
'border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground',
0 commit comments