Fix dark mode views
This commit is contained in:
parent
43348ee2d3
commit
5ebd10cd3a
3 changed files with 8 additions and 9 deletions
|
@ -14,7 +14,7 @@ export default function HomeScreen() {
|
|||
|
||||
return (
|
||||
<SafeAreaView style={{flex: 1, backgroundColor: Colors[colorScheme].background,}}>
|
||||
<View style={styles.container}>
|
||||
<ThemedView style={styles.container}>
|
||||
<ScrollView>
|
||||
<ThemedView style={styles.titleContainer}>
|
||||
<ThemedText type="title">{ getGreeting() },</ThemedText>
|
||||
|
@ -71,7 +71,7 @@ export default function HomeScreen() {
|
|||
</View>
|
||||
</ThemedView>
|
||||
</ScrollView>
|
||||
</View>
|
||||
</ThemedView>
|
||||
</SafeAreaView>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue