From 1ee53884400b0a6968e7e3a94e1a0d2e1482c252 Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Wed, 4 Oct 2023 07:31:12 -0300 Subject: [PATCH] create BACKGROUND_PUSH_COLOR --- app/lib/constants/colors.ts | 2 ++ 1 file changed, 2 insertions(+) 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',