File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const buttonVariants = cva(
13
13
outline :
14
14
"bg-white dark:bg-gray-50 border-blue-600 text-blue-600 hover:bg-blue-500/5 dark:hover:bg-blue-500/5 active:bg-blue-500/10 focus-visible:ring-blue-500/25" ,
15
15
solid :
16
- "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
+ "border-transparent bg-blue-500 text-button hover:bg-blue-600 dark:hover:bg-blue-400 active:bg-blue-700 dark:active:bg-blue-300 focus-visible:border-blue-600 focus-visible:ring-blue-500/25" ,
17
17
ghost :
18
18
"border-transparent text-blue-600 hover:bg-blue-500/5 active:bg-blue-500/10 focus-visible:ring-blue-500/25" ,
19
19
} ,
@@ -42,7 +42,7 @@ const buttonVariants = cva(
42
42
appearance : "solid" ,
43
43
priority : "danger" ,
44
44
class :
45
- "border-transparent bg-red-500 hover:bg-red-600 active:bg-red-700 focus-visible:ring-red-500/25 focus-visible:border-red-600" ,
45
+ "border-transparent bg-red-500 hover:bg-red-600 active:bg-red-700 focus-visible:ring-red-500/25 focus-visible:border-red-600 dark:hover:bg-red-400 dark:active:bg-red-300 " ,
46
46
} ,
47
47
{
48
48
appearance : "ghost" ,
@@ -60,7 +60,7 @@ const buttonVariants = cva(
60
60
appearance : "solid" ,
61
61
priority : "muted" ,
62
62
class :
63
- "border-transparent bg-gray-500 hover:bg-gray-600 active:bg-gray-700 focus-visible:ring-gray-500/25 focus-visible:border-gray-600" ,
63
+ "border-transparent bg-gray-500 hover:bg-gray-600 active:bg-gray-700 focus-visible:ring-gray-500/25 focus-visible:border-gray-600 dark:hover:bg-gray-400 dark:active:bg-gray-300 " ,
64
64
} ,
65
65
] ,
66
66
} ,
You can’t perform that action at this time.
0 commit comments