File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/kit-styled/src/components/button Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ const buttonVariants = cva(
10
10
variants : {
11
11
look : {
12
12
primary :
13
- 'bg-primary text-primary-foreground hover:bg-primary/90 shadow-sm transition-all active:press active:shadow-base border-base ' ,
13
+ 'bg-primary text-primary-foreground hover:bg-primary/90 shadow-sm transition-all active:press active:shadow-base' ,
14
14
secondary :
15
- 'bg-secondary text-secondary-foreground hover:bg-secondary/90 shadow-sm transition-all active:press active:shadow-base border-base ' ,
15
+ 'bg-secondary text-secondary-foreground hover:bg-secondary/90 shadow-sm transition-all active:press active:shadow-base' ,
16
16
alert :
17
- 'bg-alert text-alert-foreground hover:bg-alert/90 shadow-sm transition-all active:press active:shadow-base border-base ' ,
17
+ 'bg-alert text-alert-foreground hover:bg-alert/90 shadow-sm transition-all active:press active:shadow-base' ,
18
18
outline :
19
19
'shadow-sm transition-all active:press active:shadow-base bg-background text-foreground border hover:bg-accent' ,
20
20
ghost : 'text-accent-foreground hover:bg-accent' ,
You can’t perform that action at this time.
0 commit comments