fix: change color again

This commit is contained in:
2024-03-25 15:17:40 -05:00
parent 35b0d01c51
commit 5a73c8ee6c

View File

@@ -15,10 +15,10 @@ export const colors = {
gray: '#9CADB7', gray: '#9CADB7',
offwhite: '#D6D2C4', offwhite: '#D6D2C4',
concrete: '#95A5A6', concrete: '#95A5A6',
red: '#BF0000', // Not sure if this should be here, but it's used for remove course, and add course is ut-green red: '#B91C1C', // Not sure if this should be here, but it's used for remove course, and add course is ut-green
}, },
theme: { theme: {
red: '#AF2E2D', red: '#BF0000',
black: '#1A2024', black: '#1A2024',
}, },
} as const satisfies Record<string, Record<string, string>>; } as const satisfies Record<string, Record<string, string>>;