From 81cc72b444294d5b22a63c740f44db19298aa379 Mon Sep 17 00:00:00 2001 From: drelich Date: Tue, 17 Mar 2026 00:10:07 +0100 Subject: [PATCH] Fix dark mode visibility for all toolbar buttons and icons - Fixed all formatting toolbar buttons to be visible in dark mode - Added proper text colors (gray-700/gray-300) to all toolbar icons - Fixed sync and new note button icons in sidebar - Fixed divider colors between button groups - All UI elements now properly visible in both light and dark modes --- src/components/NoteEditor.tsx | 22 +++++++++++----------- src/components/NotesList.tsx | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/NoteEditor.tsx b/src/components/NoteEditor.tsx index c2a66bc..59a73bd 100644 --- a/src/components/NoteEditor.tsx +++ b/src/components/NoteEditor.tsx @@ -217,7 +217,7 @@ export function NoteEditor({ note, onUpdateNote, fontSize }: NoteEditorProps) { -
+