From 8e303fa1f7e81e0485b919ab15d1a0adfbb64858 Mon Sep 17 00:00:00 2001 From: Jakob Stornig Date: Fri, 8 Dec 2023 17:51:41 +0100 Subject: [PATCH] fix: color not defined --- app/(tabs)/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(tabs)/home/index.tsx b/app/(tabs)/home/index.tsx index a9484a8..99e07e7 100644 --- a/app/(tabs)/home/index.tsx +++ b/app/(tabs)/home/index.tsx @@ -21,7 +21,7 @@ export default function Page() { justifyContent: "center", }, text: { - color: useThemeColor("color"), + color: useThemeColor("primaryText"), fontSize: 70, fontWeight: "bold" }