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

This commit is contained in:
Sivin Varghese
2024-03-01 00:03:31 +05:30
committed by GitHub
parent 9c2147aced
commit 351cc940ce

View File

@@ -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 {