From 26bd947541bd822ce8b024850d84bd29d985c4c0 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 27 Aug 2025 17:35:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5(frontend)=20remove=20dead=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up unused commented code elements that are no longer referenced or needed in the codebase. --- src/frontend/src/primitives/buttonRecipe.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/primitives/buttonRecipe.ts b/src/frontend/src/primitives/buttonRecipe.ts index b1364b77..a105686b 100644 --- a/src/frontend/src/primitives/buttonRecipe.ts +++ b/src/frontend/src/primitives/buttonRecipe.ts @@ -286,9 +286,7 @@ export const buttonRecipe = cva({ }, permission: { position: 'relative', - // background: 'None !important', borderRadius: '100%', - // border: 'none !important', color: 'amber.500', width: 'fit-content', height: 'fit-content',