From 35b0d01c51b7e7f7034dfccd95bda604c34aee85 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Mon, 25 Mar 2024 15:16:30 -0500 Subject: [PATCH] fix: change color hex --- src/shared/types/ThemeColors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/types/ThemeColors.ts b/src/shared/types/ThemeColors.ts index 318f8fac..179e2ad2 100644 --- a/src/shared/types/ThemeColors.ts +++ b/src/shared/types/ThemeColors.ts @@ -15,7 +15,7 @@ export const colors = { gray: '#9CADB7', offwhite: '#D6D2C4', concrete: '#95A5A6', - red: '#B91C1C', // Not sure if this should be here, but it's used for remove course, and add course is ut-green + red: '#BF0000', // Not sure if this should be here, but it's used for remove course, and add course is ut-green }, theme: { red: '#AF2E2D',