create BACKGROUND_PUSH_COLOR
This commit is contained in:
parent
42773f14b6
commit
1ee5388440
|
@ -1,3 +1,5 @@
|
|||
export const BACKGROUND_PUSH_COLOR = '#F5455C';
|
||||
|
||||
export const STATUS_COLORS: any = {
|
||||
online: '#2de0a5',
|
||||
busy: '#f5455c',
|
||||
|
|
Loading…
Reference in New Issue