chore(bg): replace the bg for buttons with a subtle background color

This commit is contained in:
Shintaro Jokagi 2025-03-16 18:17:40 +13:00
parent 03906ef819
commit 3f11a2d6b3
4 changed files with 9 additions and 6 deletions

View file

@ -24,7 +24,7 @@ const {
: isAlert
? 'bg-red-300 text-dark'
: !isBordered
? 'bg-[rgba(0,0,0,.05)]'
? 'bg-subtle'
: '!transition-bg border-2 border-dark hover:bg-dark hover:text-paper hover:shadow-sm',
]}
>