🩹(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',
|
color: 'white',
|
||||||
},
|
},
|
||||||
'&[data-selected]': {
|
'&[data-selected]': {
|
||||||
backgroundColor: 'primaryDark.900 !important',
|
backgroundColor: 'primaryDark.700 !important',
|
||||||
color: 'primaryDark.100 !important',
|
color: 'primaryDark.100 !important',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
primaryTextDark: {
|
primaryTextDark: {
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
color: 'primaryDark.800',
|
color: 'white',
|
||||||
'&[data-hovered]': {
|
'&[data-hovered]': {
|
||||||
backgroundColor: 'primaryDark.100',
|
backgroundColor: 'primaryDark.100',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user