replace current grade colors with a tailwind palette
This commit is contained in:
Abhinav Chadaga
2024-02-18 17:24:22 -06:00
parent 747ee44440
commit f2e5d51eb3

View File

@@ -23,6 +23,7 @@ enum DataStatus {
ERROR = 'ERROR',
}
// TODO: Use tailwind colors here
const GRADE_COLORS: Record<LetterGrade, string> = {
A: colors.turtle_pond,
'A-': colors.turtle_pond,