From 8b071262858e1c31a5c6080a3e7e97d16652b5f2 Mon Sep 17 00:00:00 2001 From: William Grant Date: Sat, 9 Jun 2018 14:18:44 +0200 Subject: [PATCH] Fixes the text color for an active note with an empty title --- browser/components/NoteItemSimple.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/components/NoteItemSimple.styl b/browser/components/NoteItemSimple.styl index 661751bc..04f57fdc 100644 --- a/browser/components/NoteItemSimple.styl +++ b/browser/components/NoteItemSimple.styl @@ -134,6 +134,7 @@ body[data-theme="dark"] .item-simple-wrapper border-color transparent .item-simple-title + .item-simple-title-empty .item-simple-title-icon .item-simple-bottom-time color $ui-dark-text-color