Commit 4e07c49 1 parent 859fb10 commit 4e07c49 Copy full SHA for 4e07c49
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const buttonVariants = cva(
12
12
appearance : {
13
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
- "border-transparent bg-blue-500 text-button hover:bg-blue-600 active:bg-blue-700 focus-visible:ring-blue-500/25" ,
15
+ "border-transparent bg-blue-500 text-button hover:bg-blue-600 active:bg-blue-700 focus-visible:border-blue-600 focus-visible: ring-blue-500/25" ,
16
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 : {
@@ -39,7 +39,8 @@ const buttonVariants = cva(
39
39
{
40
40
appearance : "solid" ,
41
41
priority : "danger" ,
42
- class : "border-transparent bg-red-500 hover:bg-red-600 active:bg-red-700 focus-visible:ring-red-500/25" ,
42
+ class :
43
+ "border-transparent bg-red-500 hover:bg-red-600 active:bg-red-700 focus-visible:ring-red-500/25 focus-visible:border-red-600" ,
43
44
} ,
44
45
{
45
46
appearance : "ghost" ,
@@ -55,7 +56,8 @@ const buttonVariants = cva(
55
56
{
56
57
appearance : "solid" ,
57
58
priority : "muted" ,
58
- class : "border-transparent bg-gray-500 hover:bg-gray-600 active:bg-gray-700 focus-visible:ring-gray-500/25" ,
59
+ class :
60
+ "border-transparent bg-gray-500 hover:bg-gray-600 active:bg-gray-700 focus-visible:ring-gray-500/25 focus-visible:border-gray-600" ,
59
61
} ,
60
62
] ,
61
63
} ,
You can’t perform that action at this time.
0 commit comments