File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/kit-styled/src/components/button Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ 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' ,
13
+ 'bg-primary text-primary-foreground hover:bg-primary/90 shadow-sm transition-all duration-100 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' ,
15
+ 'bg-secondary text-secondary-foreground hover:bg-secondary/90 shadow-sm transition-all duration-100 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' ,
17
+ 'bg-alert text-alert-foreground hover:bg-alert/90 shadow-sm transition-all duration-100 active:press active:shadow-base' ,
18
18
outline :
19
- 'shadow-sm transition-all active:press active:shadow-base bg-background text-foreground border hover:bg-accent' ,
19
+ 'shadow-sm transition-all duration-100 active:press active:shadow-base bg-background text-foreground border hover:bg-accent' ,
20
20
ghost : 'text-accent-foreground hover:bg-accent' ,
21
21
link : 'text-foreground hover:underline hover:underline-offset-2 hover:text-foreground/80 hover:bg-transparent' ,
22
22
} ,
You can’t perform that action at this time.
0 commit comments