From 579b56a78954acf0653238d5242fb8afd88140f3 Mon Sep 17 00:00:00 2001 From: Jakob Stornig Date: Fri, 8 Dec 2023 17:52:05 +0100 Subject: [PATCH] fix: tabIconDefault color --- constants/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/colors.ts b/constants/colors.ts index ec8a3da..f197f71 100644 --- a/constants/colors.ts +++ b/constants/colors.ts @@ -4,7 +4,7 @@ export default { secondaryText: "#9E9E9E", interactiveText: "#388BFF", - tabIconDefault: "#FFFFFF", + tabIconDefault: "#000000", tabIconSelected: "#EF6C00", backgroundColor: "#FFFFFF",