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