Skip to content

Commit

Permalink
chore: course colors order
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Sep 24, 2024
1 parent 981b463 commit 01027e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/course-colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ const BLACK = color({
dot: 'bg-[#000000]',
});

export const COURSE_COLORS = [BLUE, PURPLE, GREEN, ORANGE, YELLOW, BROWN, RED];
export const COURSE_COLORS = [BLUE, PURPLE, GREEN, ORANGE, YELLOW, RED, BROWN];

export const NOT_FOUND_COLOR = BLACK;

0 comments on commit 01027e1

Please sign in to comment.