From 39fdffd9a8c4a49131116f826619b5a402e7587b Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 2 Dec 2024 17:18:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(frontend)=20harmonize=20toggle=20c?= =?UTF-8?q?olors=20in=20controls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nit-picking, match colors from the central controls and the minor ones on the right. --- src/frontend/src/primitives/buttonRecipe.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/primitives/buttonRecipe.ts b/src/frontend/src/primitives/buttonRecipe.ts index 87ff7a88..0452fae0 100644 --- a/src/frontend/src/primitives/buttonRecipe.ts +++ b/src/frontend/src/primitives/buttonRecipe.ts @@ -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', },