🩹(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:
lebaudantoine
2024-12-02 17:18:29 +01:00
committed by aleb_the_flash
parent e3779d9a6e
commit 39fdffd9a8

View File

@@ -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',
},