From 5f57df54627c61817226768bb360a8a93ea2c0b9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 22 May 2020 11:15:31 +0200 Subject: Fix action button icons theme --- client/src/sass/application.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 17ed5c8f8..22e1151c8 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -48,6 +48,8 @@ body { --supportButtonColor: #{var(--actionButtonColor)}; --supportButtonHeartColor: #{$support-button-heart}; + --activatedActionButtonColor: #{$activated-action-button-color}; + font-family: $main-fonts; font-weight: $font-regular; color: var(--mainForegroundColor); -- cgit v1.2.3