Update priority colors in Colors utility and adjust usage in CompactChoreCard
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user