From f2e5d51eb3a87091d8a30d08d9de9e13d05a9098 Mon Sep 17 00:00:00 2001 From: Abhinav Chadaga Date: Sun, 18 Feb 2024 17:24:22 -0600 Subject: [PATCH] Add TODO replace current grade colors with a tailwind palette --- .../injected/CoursePopup/CoursePopupGradeDistribution.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/components/injected/CoursePopup/CoursePopupGradeDistribution.tsx b/src/views/components/injected/CoursePopup/CoursePopupGradeDistribution.tsx index 80638ac6..982584ae 100644 --- a/src/views/components/injected/CoursePopup/CoursePopupGradeDistribution.tsx +++ b/src/views/components/injected/CoursePopup/CoursePopupGradeDistribution.tsx @@ -23,6 +23,7 @@ enum DataStatus { ERROR = 'ERROR', } +// TODO: Use tailwind colors here const GRADE_COLORS: Record = { A: colors.turtle_pond, 'A-': colors.turtle_pond,