From c6c9202c0067a57a7519027f525c634b903210c9 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 8 Mar 2021 22:06:26 +0100 Subject: [PATCH] fix note icon color in dark mode --- src/public/app/widgets/note_icon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/widgets/note_icon.js b/src/public/app/widgets/note_icon.js index cd76724a0..dd04d0601 100644 --- a/src/public/app/widgets/note_icon.js +++ b/src/public/app/widgets/note_icon.js @@ -16,6 +16,7 @@ const TPL = ` border: 1px solid transparent; cursor: pointer; padding: 6px; + color: var(--main-text-color); } .note-icon-container button.note-icon:hover {