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:
commit
225ff6a3e9
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ export default function Page() {
|
|||
justifyContent: "center",
|
||||
},
|
||||
text: {
|
||||
color: useThemeColor("color"),
|
||||
color: useThemeColor("primaryText"),
|
||||
fontSize: 70,
|
||||
fontWeight: "bold"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ export default {
|
|||
secondaryText: "#9E9E9E",
|
||||
interactiveText: "#388BFF",
|
||||
|
||||
tabIconDefault: "#FFFFFF",
|
||||
tabIconDefault: "#000000",
|
||||
tabIconSelected: "#EF6C00",
|
||||
|
||||
backgroundColor: "#FFFFFF",
|
||||
|
|
|
|||
Reference in a new issue