From bae1da43d3373e12d593682e9fb69e19557b5749 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sat, 30 Mar 2024 11:44:15 -0500 Subject: [PATCH] feat: some small changes for colors and font (#201) * fix: font weight added * fix: change color hex * fix: change color again * fix: text-ut-burntorange * fix: importance (tailwind wise) --- src/shared/types/ThemeColors.ts | 2 +- src/views/components/PopupMain.tsx | 2 +- src/views/components/calendar/CalenderHeader.tsx | 2 +- src/views/components/common/LogoIcon.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/shared/types/ThemeColors.ts b/src/shared/types/ThemeColors.ts index 318f8fac..441b68d9 100644 --- a/src/shared/types/ThemeColors.ts +++ b/src/shared/types/ThemeColors.ts @@ -18,7 +18,7 @@ export const colors = { 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>; diff --git a/src/views/components/PopupMain.tsx b/src/views/components/PopupMain.tsx index fe040933..b84164b6 100644 --- a/src/views/components/PopupMain.tsx +++ b/src/views/components/PopupMain.tsx @@ -112,7 +112,7 @@ export default function PopupMain(): JSX.Element {
- + DATA LAST UPDATED: {getUpdatedAtDateTimeString(activeSchedule.updatedAt)}