chore: One red color of #D10000 (#377)

* chore: change UTRP red color

* chore: change UTRP Red

* chore: change red update

* chore: utrp red, consistent capitalization

---------

Co-authored-by: Samuel Gunter <sgunter@utexas.edu>
This commit is contained in:
Brianna-Flo
2024-10-22 16:00:14 -05:00
committed by GitHub
parent 768ac776ed
commit 83d76f72da
5 changed files with 10 additions and 11 deletions

View File

@@ -15,10 +15,9 @@ export const colors = {
gray: '#9CADB7',
offwhite: '#D6D2C4',
concrete: '#95A5A6',
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',
red: '#D10000',
black: '#1A2024',
},
} as const satisfies Record<string, Record<string, string>>;