From 0d73b13b288bf8b18444f26455da24c2f4acedf6 Mon Sep 17 00:00:00 2001 From: Preston Cook Date: Thu, 2 Jan 2025 20:23:40 -0600 Subject: [PATCH] feat(ui): update theme colors #466 (#473) * feat(ui): update theme colors * remove kebab-casing from all colors * remove ut-concrete and replace concrete with ut-gray throughout app * feat(ui): update staticutrpblack to staticblack --------- Co-authored-by: doprz <52579214+doprz@users.noreply.github.com> --- src/shared/types/ThemeColors.ts | 11 +++++++++-- src/views/components/calendar/CalendarFooter.tsx | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/shared/types/ThemeColors.ts b/src/shared/types/ThemeColors.ts index a0a9005e..471b9083 100644 --- a/src/shared/types/ThemeColors.ts +++ b/src/shared/types/ThemeColors.ts @@ -14,11 +14,18 @@ export const colors = { blue: '#005F86', gray: '#9CADB7', offwhite: '#D6D2C4', - concrete: '#95A5A6', }, theme: { red: '#D10000', black: '#1A2024', + offwhite1: ' #D6D2C450', + offwhite2: '#D6D2C420', + black1: '#333F4850', + black2: '#333F4820', + staticwhite: '#FFFFFF', + staticblack: '#1A2024', + majorgridline: '#D1D5DB', + minorgridline: '#F3F4F6', }, } as const satisfies Record>; @@ -37,7 +44,7 @@ export const extendedColors = { d: '#DC2626', dminus: '#B91C1C', f: '#B91C1C', - other: '#6B7280', + other: '#D6D3D1', }, } as const; diff --git a/src/views/components/calendar/CalendarFooter.tsx b/src/views/components/calendar/CalendarFooter.tsx index 07bfad00..44708b31 100644 --- a/src/views/components/calendar/CalendarFooter.tsx +++ b/src/views/components/calendar/CalendarFooter.tsx @@ -31,7 +31,7 @@ export default function CalendarFooter(): JSX.Element { -

+

UT Registration Plus is a project under Longhorn Developers, a student-led organization aimed at addressing issues at UT Austin.