Update priority colors in Colors utility and adjust usage in CompactChoreCard

This commit is contained in:
Mo Tarbin
2025-06-12 21:14:55 -04:00
parent 2162397575
commit bc2ca86a95
4 changed files with 92 additions and 48 deletions

View File

@@ -80,11 +80,22 @@ export const TASK_COLOR = {
ASSIGNED_TO_OTHER: '#b39ddb',
// FOR PRIORITY:
PRIORITY_1: '#F03A47',
PRIORITY_2: '#ffc107',
PRIORITY_3: '#00bcd4',
PRIORITY_4: '#7e57c2',
NO_PRIORITY: '#90a4ae',
// PRIORITY_1: '#F03A47',
// PRIORITY_2: '#ffc107',
// PRIORITY_3: '#00bcd4',
// PRIORITY_4: '#7e57c2',
// NO_PRIORITY: '#90a4ae',
// FOR PRIORITY:
// PRIORITY_1: '#F03A4780',
// PRIORITY_2: '#ffc10780',
// PRIORITY_3: '#00bcd480',
// PRIORITY_4: '#7e57c280',
PRIORITY_1: '#d32f2f',
PRIORITY_2: '#ed6c02',
PRIORITY_3: '#0288d1',
// PRIORITY_4: '#388e3c',
PRIORITY_4: '#90a4ae',
// NO_PRIORITY: '#90a4ae80',
}
export default LABEL_COLORS