aboutsummaryrefslogtreecommitdiffstats
path: root/components/NotesList.js
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 22:31:47 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 22:49:24 +0200
commit50235bc304db2e309d2de63452f301139fc3f9cc (patch)
tree1453b045888657bece5f5de74e580834858e9e29 /components/NotesList.js
parent1cb36cd073252f4a185cd9775382da4c6861a8cb (diff)
downloadremarques-50235bc304db2e309d2de63452f301139fc3f9cc.tar.gz
remarques-50235bc304db2e309d2de63452f301139fc3f9cc.tar.zst
remarques-50235bc304db2e309d2de63452f301139fc3f9cc.zip
Change colorsHEADmaster
Fix bug in Options.js Add License Add node version
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,