fixed and broke the theme again

This commit is contained in:
Walcher 2023-12-08 16:52:24 +01:00
parent 424407faf3
commit f62b49b5cf
5 changed files with 23 additions and 24 deletions

View file

@ -34,11 +34,13 @@ export default function Welcome(props: WelcomeProps) {
const onpress = props.onPress
const textcolor = useThemeColor("primaryText")
//const backgroundColor: string = useThemeColor("backgroundColor")
return (
<View style={{
marginVertical: 20,
marginHorizontal: MARGINS.normal,
//backgroundColor: backgroundColor,
}}>
<View style={{
flexDirection: "row",