From 10e695d7a0ee9fe57bd9c7e918470d45373ae0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Tue, 12 Oct 2021 14:25:44 +0300 Subject: [PATCH] Fix expanded button color (#343) --- ui/src/components/EntryDetailed/EntrySections.module.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/components/EntryDetailed/EntrySections.module.sass b/ui/src/components/EntryDetailed/EntrySections.module.sass index f6f16c96f..a7ec762ca 100644 --- a/ui/src/components/EntryDetailed/EntrySections.module.sass +++ b/ui/src/components/EntryDetailed/EntrySections.module.sass @@ -16,13 +16,12 @@ line-height: 0.92 margin-right: .5rem font-weight: 800 - color: $blue-color + color: $main-background-color background-color: $light-blue-color &.expanded @extend .button line-height: .75rem background-color: $blue-color - color: $main-background-color .dataLine font-weight: 600