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" }