🩹(frontend) harmonize toggle colors in controls
nit-picking, match colors from the central controls and the minor ones on the right.
This commit is contained in:
committed by
aleb_the_flash
parent
e3779d9a6e
commit
39fdffd9a8
@@ -99,13 +99,13 @@ export const buttonRecipe = cva({
|
||||
color: 'white',
|
||||
},
|
||||
'&[data-selected]': {
|
||||
backgroundColor: 'primaryDark.900 !important',
|
||||
backgroundColor: 'primaryDark.700 !important',
|
||||
color: 'primaryDark.100 !important',
|
||||
},
|
||||
},
|
||||
primaryTextDark: {
|
||||
backgroundColor: 'transparent',
|
||||
color: 'primaryDark.800',
|
||||
color: 'white',
|
||||
'&[data-hovered]': {
|
||||
backgroundColor: 'primaryDark.100',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user