fix: Fix the button variant success color in dark mode (#9043)
This commit is contained in:
parent
9c2147aced
commit
351cc940ce
@ -52,7 +52,7 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.success {
|
&.success {
|
||||||
@apply bg-[#44ce4b] text-white dark:text-white;
|
@apply bg-[#44ce4b] dark:bg-[#44ce4b] text-white dark:text-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.secondary {
|
&.secondary {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user