From 9995b93d2a8cca8a40bca41a491a68de4176b362 Mon Sep 17 00:00:00 2001 From: Brianna-Flo <145514791+Brianna-Flo@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:23:10 -0500 Subject: [PATCH] chore: change UTRP red color (#373) --- 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 b2cee7fa0..b897b70c2 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: '#d10000', // Not sure if this should be here, but it's used for remove course, and add course is ut-green }, theme: { red: '#BF0000',