From 83c2fdd1616b31c17946a142fda19468e09a97c9 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 21 Jan 2017 15:44:52 +0900 Subject: [PATCH] unify finder backgroundcolor --- browser/finder/FinderMain.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/finder/FinderMain.styl b/browser/finder/FinderMain.styl index 4e939b9a..fb26b6c3 100644 --- a/browser/finder/FinderMain.styl +++ b/browser/finder/FinderMain.styl @@ -25,6 +25,7 @@ $list-width = 250px .result absolute left right bottom top $search-height + background-color $ui-noteDetail-backgroundColor .result-nav user-select none @@ -89,6 +90,9 @@ body[data-theme="dark"] .search-input color $ui-dark-text-color + .result + background-color $ui-dark-noteList-backgroundColor + .result-nav background-color $ui-dark-backgroundColor label