CalendarView component: add priority color to show in the calendar cell, legend display to show two columns instead of one

This commit is contained in:
Mo Tarbin
2025-08-17 22:26:04 -04:00
parent 9b9327c25e
commit ca9a53bde9
2 changed files with 55 additions and 35 deletions

View File

@@ -95,7 +95,7 @@ export const TASK_COLOR = {
PRIORITY_3: '#0288d1',
// PRIORITY_4: '#388e3c',
PRIORITY_4: '#90a4ae',
// NO_PRIORITY: '#90a4ae80',
NO_PRIORITY: '#90a4ae80',
}
export default LABEL_COLORS