From 1a2ce85e9df7142cd01baeb014238773d170b974 Mon Sep 17 00:00:00 2001 From: Jakob Stornig Date: Sun, 17 Dec 2023 19:27:32 +0100 Subject: [PATCH] fix: similar colors rendered the sam way due to andriod color handling --- constants/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/colors.ts b/constants/colors.ts index f197f71..6b8937d 100644 --- a/constants/colors.ts +++ b/constants/colors.ts @@ -22,7 +22,7 @@ export default { tabIconSelected: "#EF6C00", backgroundColor: "#121212", - containerColor: "#181818", + containerColor: "#1c1c1c", elementDefaultColor: "#535353", elementSelectedColor: "#B3B3B3", accentColor: "#EF6C00",