From 6f9dc007fc840a9dfdafa5e664c0df9e886318a7 Mon Sep 17 00:00:00 2001 From: TDHTTTT Date: Sat, 20 Aug 2022 17:24:10 -0700 Subject: [PATCH] make keyboardAppearance change with dark mode --- pages/Editor.js | 1 + 1 file changed, 1 insertion(+) 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}