Updated color selection. Added loading to fetch hook.
This commit is contained in:
@@ -35,6 +35,17 @@ export const THEME_COLORS = {
|
||||
},
|
||||
};
|
||||
|
||||
export const EVENT_COLORS = [
|
||||
'#2680eb',
|
||||
'#9256d9',
|
||||
'#44b556',
|
||||
'#e68619',
|
||||
'#e34850',
|
||||
'#1b959a',
|
||||
'#d83790',
|
||||
'#85d044',
|
||||
];
|
||||
|
||||
export const DEFAULT_DATE_RANGE = '24hour';
|
||||
|
||||
export const POSTGRESQL = 'postgresql';
|
||||
|
||||
Reference in New Issue
Block a user