* 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>
This commit is contained in:
@@ -14,11 +14,18 @@ export const colors = {
|
|||||||
blue: '#005F86',
|
blue: '#005F86',
|
||||||
gray: '#9CADB7',
|
gray: '#9CADB7',
|
||||||
offwhite: '#D6D2C4',
|
offwhite: '#D6D2C4',
|
||||||
concrete: '#95A5A6',
|
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
red: '#D10000',
|
red: '#D10000',
|
||||||
black: '#1A2024',
|
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>>;
|
} as const satisfies Record<string, Record<string, string>>;
|
||||||
|
|
||||||
@@ -37,7 +44,7 @@ export const extendedColors = {
|
|||||||
d: '#DC2626',
|
d: '#DC2626',
|
||||||
dminus: '#B91C1C',
|
dminus: '#B91C1C',
|
||||||
f: '#B91C1C',
|
f: '#B91C1C',
|
||||||
other: '#6B7280',
|
other: '#D6D3D1',
|
||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export default function CalendarFooter(): JSX.Element {
|
|||||||
<LinkedinIcon className='h-6 w-6 -mx-0.75' />
|
<LinkedinIcon className='h-6 w-6 -mx-0.75' />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</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
|
UT Registration Plus is a project under Longhorn Developers, a student-led organization aimed at
|
||||||
addressing issues at UT Austin.
|
addressing issues at UT Austin.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user