Merge branch '34-fix-text-color-in-welcome-component' into 'main'

Resolve "fix text color in welcome component"

Closes #34

See merge request thschleicher/interaktive-systeme!15
This commit is contained in:
jastornig 2023-12-08 16:56:19 +00:00
commit 225ff6a3e9
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -4,7 +4,7 @@ export default {
secondaryText: "#9E9E9E",
interactiveText: "#388BFF",
tabIconDefault: "#FFFFFF",
tabIconDefault: "#000000",
tabIconSelected: "#EF6C00",
backgroundColor: "#FFFFFF",