Skip to content

Commit

Permalink
feat(ui): update theme colors #466 (#473)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Preston-Cook and doprz authored Jan 3, 2025
1 parent 2425679 commit 0d73b13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions src/shared/types/ThemeColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, Record<string, string>>;

Expand All @@ -37,7 +44,7 @@ export const extendedColors = {
d: '#DC2626',
dminus: '#B91C1C',
f: '#B91C1C',
other: '#6B7280',
other: '#D6D3D1',
},
} as const;

Expand Down
2 changes: 1 addition & 1 deletion src/views/components/calendar/CalendarFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function CalendarFooter(): JSX.Element {
<LinkedinIcon className='h-6 w-6 -mx-0.75' />
</Link>
</div>
<p className='text-2.5 text-ut-concrete font-light tracking-wide'>
<p className='text-2.5 text-ut-gray font-light tracking-wide'>
UT Registration Plus is a project under Longhorn Developers, a student-led organization aimed at
addressing issues at UT Austin.
</p>
Expand Down

0 comments on commit 0d73b13

Please sign in to comment.