Fix dark mode views
This commit is contained in:
parent
43348ee2d3
commit
5ebd10cd3a
3 changed files with 8 additions and 9 deletions
|
@ -2,7 +2,6 @@ import {
|
|||
StyleSheet,
|
||||
ScrollView,
|
||||
SafeAreaView,
|
||||
View,
|
||||
StatusBar,
|
||||
Image,
|
||||
TouchableOpacity
|
||||
|
@ -20,7 +19,7 @@ export default function ExploreScreen() {
|
|||
|
||||
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">Wat moet waar?</ThemedText>
|
||||
|
@ -64,7 +63,7 @@ export default function ExploreScreen() {
|
|||
</TouchableOpacity>
|
||||
</ThemedView>
|
||||
</ScrollView>
|
||||
</View>
|
||||
</ThemedView>
|
||||
</SafeAreaView>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue