From 002e9ce18abdafbd5bb7806867803292c69a2f3f Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Thu, 8 May 2025 10:40:17 -0700 Subject: [PATCH] add colors for borders/disabled borders --- client/src/Utils/Theme/constants.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/client/src/Utils/Theme/constants.js b/client/src/Utils/Theme/constants.js index 8c4127c3d..920a55f69 100644 --- a/client/src/Utils/Theme/constants.js +++ b/client/src/Utils/Theme/constants.js @@ -63,7 +63,6 @@ const paletteColors = { orange500: "#E88C30", orange600: "#DC6803", orange800: "#624711", - }; const semanticColors = { @@ -155,7 +154,6 @@ const newSemanticColors = { light: newColors.blueGray600, dark: newColors.gray200, }, - // CAIO_REVIEW, need a brighter color for dark bg contrastTextSecondaryDarkBg: { light: newColors.gray200, dark: newColors.gray200, @@ -164,6 +162,14 @@ const newSemanticColors = { light: newColors.blueGray500, dark: newColors.gray500, }, + contrastBorder: { + light: newColors.gray500, + dark: newColors.blueGray600, + }, + contrastBorderDisabled: { + light: newColors.gray100, + dark: newColors.blueGray800, + }, lowContrast: { light: newColors.gray200, dark: newColors.blueGray600, @@ -264,7 +270,7 @@ const newSemanticColors = { dark: newColors.red600, }, }, - + /* These are temporary, just for everything not to break */ gradient: { color1: {