From d285014ea5b8315436dd3f0ab71fb31a541f4fbe Mon Sep 17 00:00:00 2001 From: Caio Cabral Date: Wed, 4 Dec 2024 19:38:06 -0500 Subject: [PATCH] chore: cleaning commented code --- Client/src/Utils/Theme/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/src/Utils/Theme/constants.js b/Client/src/Utils/Theme/constants.js index 4e9739678..df9b5da93 100644 --- a/Client/src/Utils/Theme/constants.js +++ b/Client/src/Utils/Theme/constants.js @@ -100,10 +100,10 @@ const semanticColors = { }, light: { light: paletteColors.green50, - dark: paletteColors.green800 /* green150 */, + dark: paletteColors.green800, }, dark: { - light: paletteColors.green400 /* 800 */, + light: paletteColors.green400, dark: paletteColors.green900, }, },