aboutsummaryrefslogtreecommitdiffstats
path: root/components/NotesList.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/NotesList.js')
-rw-r--r--components/NotesList.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/NotesList.js b/components/NotesList.js
index 9525b11..2075da4 100644
--- a/components/NotesList.js
+++ b/components/NotesList.js
@@ -89,7 +89,7 @@ export default class NotesList extends React.Component {
keyExtractor={(_, i) => i.toString()}
contentContainerStyle={styles.list}
style={styles.list}
- numColumns={2}
+ numColumns={1}
/>
</View>
</View>
@@ -123,8 +123,8 @@ const styles = StyleSheet.create({
backgroundColor: "black",
},
note: {
- width: 160,
- height: 160,
+ width: 350,
+ height: 200,
backgroundColor: "red",
borderRadius: 10,
padding: 10,