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