From 9446d4f1c04d3a06ee628b60306220501726e7b8 Mon Sep 17 00:00:00 2001 From: Holat <105239299+Holat@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:53:57 +0100 Subject: [PATCH] color update --- constants/Colors.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/Colors.ts b/constants/Colors.ts index cb867f3..488d8bc 100644 --- a/constants/Colors.ts +++ b/constants/Colors.ts @@ -5,8 +5,8 @@ const light = { text: "#fff", text2: "#000", text3: "#6E6E6E", - background1: "#fff", - background2: "#5F57FF", + background1: "#f7fAfC", + background2: "#0C356A", background3: "#E7E7E7", background3A: "#6E6E6E",