Fix event colors. Updated packages.

This commit is contained in:
Mike Cao 2020-10-07 18:24:53 -07:00
parent dca51050e8
commit b4ea70a67c
4 changed files with 148 additions and 150 deletions

View file

@ -42,9 +42,13 @@ export const EVENT_COLORS = [
'#44b556',
'#e68619',
'#e34850',
'#1b959a',
'#d83790',
'#85d044',
'#f7bd12',
'#01bad7',
'#6734bc',
'#89c541',
'#ffc301',
'#ec1562',
'#ffec16',
];
export const DEFAULT_DATE_RANGE = '24hour';