From 5a73c8ee6c8d4184639d793176f7ce7642d3f9f9 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Mon, 25 Mar 2024 15:17:40 -0500 Subject: [PATCH] fix: change color again --- src/shared/types/ThemeColors.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/types/ThemeColors.ts b/src/shared/types/ThemeColors.ts index 179e2ad2..441b68d9 100644 --- a/src/shared/types/ThemeColors.ts +++ b/src/shared/types/ThemeColors.ts @@ -15,10 +15,10 @@ export const colors = { gray: '#9CADB7', offwhite: '#D6D2C4', concrete: '#95A5A6', - red: '#BF0000', // Not sure if this should be here, but it's used for remove course, and add course is ut-green + red: '#B91C1C', // Not sure if this should be here, but it's used for remove course, and add course is ut-green }, theme: { - red: '#AF2E2D', + red: '#BF0000', black: '#1A2024', }, } as const satisfies Record>;