diff --git a/pages/Editor.js b/pages/Editor.js index a801ab6..ca06b76 100644 --- a/pages/Editor.js +++ b/pages/Editor.js @@ -356,6 +356,7 @@ export default function Editor({ onChangeText={onChangeNoteText} onSelectionChange={onNoteSelectionChage} onFocus={onFocusNote} + keyboardAppearance={dark ? "dark" : "light"} > {noteContent}