fix: Fix the button variant success color in dark mode (#9043)

This commit is contained in:
Sivin Varghese
2024-02-29 10:33:31 -08:00
committed by GitHub
parent 9c2147aced
commit 351cc940ce
@@ -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 {