Skip to content

Commit

Permalink
style aanpassen
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahlisamero committed Jan 6, 2023
1 parent 24ce6b0 commit 5a41bcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion screens/ReviewsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Reviews = () => {
};
}
return(
<View>
<View style={styles.screen}>
<View style={styles.inputContainer}>
<TextInput
placeholder="Schrijf een review"
Expand All @@ -42,6 +42,9 @@ const Reviews = () => {
export default Reviews;

const styles = StyleSheet.create ({
screen:{
backgroundColor:"#f7f7f7",
},
inputContainer: {
backgroundColor:"#f7f7f7",
},
Expand Down

0 comments on commit 5a41bcd

Please sign in to comment.