mirror of
https://github.com/zen-browser/www.git
synced 2025-07-10 10:15:31 +02:00
chore(bg): replace the bg for buttons with a subtle background color
This commit is contained in:
parent
03906ef819
commit
3f11a2d6b3
4 changed files with 9 additions and 6 deletions
|
@ -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',
|
||||
]}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue