fix: color not defined

This commit is contained in:
Jakob Stornig 2023-12-08 17:51:41 +01:00
parent 8bd54574cc
commit 8e303fa1f7

View file

@ -21,7 +21,7 @@ export default function Page() {
justifyContent: "center",
},
text: {
color: useThemeColor("color"),
color: useThemeColor("primaryText"),
fontSize: 70,
fontWeight: "bold"
}