From 11ab5c759829dd658414b8e7536770f5a5cf2821 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Fri, 7 Apr 2017 18:45:16 +0900 Subject: [PATCH] Fix the tag layout of white theme at NoteList --- browser/components/NoteItem.styl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl index e68b6c30..dd0ad46e 100644 --- a/browser/components/NoteItem.styl +++ b/browser/components/NoteItem.styl @@ -83,7 +83,6 @@ $control-height = 30px flex 1 overflow ellipsis line-height 20px - color #FFFFFF .item-bottom-tagList-item font-size 10px @@ -93,8 +92,8 @@ $control-height = 30px box-sizing border-box border-radius 20px vertical-align middle - background-color $ui-tag-backgroundColor - color #FFFFFF + background-color transparent + color $ui-inactive-text-color .item-bottom-tagList-empty color $ui-inactive-text-color