Commit da7e1b2 1 parent 5afd2f7 commit da7e1b2 Copy full SHA for da7e1b2
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ const buttonVariants = cva(
10
10
{
11
11
variants : {
12
12
appearance : {
13
- outline : "border-blue-500 text-blue-600 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-500/25" ,
13
+ outline : "border-blue-600 text-blue-600 hover:bg-blue-50 active:bg-blue-100 focus-visible:ring-blue-500/25" ,
14
14
solid :
15
15
"border-transparent bg-blue-500 text-button hover:bg-blue-600 active:bg-blue-700 focus-visible:ring-blue-500/25" ,
16
- ghost : "border-transparent text-blue-600 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-500/25" ,
16
+ ghost : "border-transparent text-blue-600 hover:bg-blue-50 active:bg-blue-100 focus-visible:ring-blue-500/25" ,
17
17
} ,
18
18
priority : {
19
19
default : "" ,
You can’t perform that action at this time.
0 commit comments