diff --git a/app/lib/constants/colors.ts b/app/lib/constants/colors.ts index 0e479dc54..07a78bdef 100644 --- a/app/lib/constants/colors.ts +++ b/app/lib/constants/colors.ts @@ -1,3 +1,5 @@ +export const BACKGROUND_PUSH_COLOR = '#F5455C'; + export const STATUS_COLORS: any = { online: '#2de0a5', busy: '#f5455c',