From 35697654b20ebc4757587b3503909fbf1528817c Mon Sep 17 00:00:00 2001 From: Anand Roy Date: Thu, 26 Dec 2024 08:22:55 +0000 Subject: [PATCH] fixed variable --- 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 882146b00..170def996 100644 --- a/Client/src/Utils/Theme/constants.js +++ b/Client/src/Utils/Theme/constants.js @@ -54,7 +54,7 @@ const paletteColors = { red200: "#F04438", red300: "#D32F2F", red700: "#542426", - red800: "#301A1F", + red800: "#912018", orange50: "#FEF8EA", orange100: "#FFECBC", orange300: "#FDB022", @@ -128,7 +128,7 @@ const semanticColors = { dark: paletteColors.red700, }, dark: { - light: paletteColors.red50, + light: paletteColors.red800, dark: paletteColors.red800, }, },