aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mobile/app/dashboard/add-note.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/mobile/app/dashboard/add-note.tsx b/apps/mobile/app/dashboard/add-note.tsx
index 6b8f0fef..62296fd4 100644
--- a/apps/mobile/app/dashboard/add-note.tsx
+++ b/apps/mobile/app/dashboard/add-note.tsx
@@ -44,8 +44,10 @@ export default function AddNote() {
value={text}
onChangeText={setText}
multiline
+ numberOfLines={8}
placeholder="What's on your mind?"
autoFocus
+ textAlignVertical="top"
/>
<Button
onPress={() => mutate({ type: BookmarkTypes.TEXT, text })}