chore: buttons in dark themes

This commit is contained in:
Aman Harwara
2023-05-26 13:28:28 +05:30
parent c21ed0a8b6
commit c29832ab77
4 changed files with 4 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ const getClassName = (
let focusHoverStates = primary
? 'hover:brightness-125 focus:outline-none focus:brightness-125'
: 'focus:bg-contrast focus:outline-none hover:bg-contrast'
: 'focus:bg-contrast focus:outline-none hover:border-info hover:text-info hover:bg-contrast'
if (disabled) {
colors = primary ? 'bg-passive-2 text-info-contrast' : 'bg-default text-passive-2'