Resolve "fix text color in welcome component" #83

Merged
jastornig merged 2 commits from 34-fix-text-color-in-welcome-component into main 2023-12-08 17:56:20 +01:00
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",