From e5b432e04e6aa967fdea38ce38de959cdcc22b4d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Jun 2019 11:44:43 +0200 Subject: Fix black theme on some screens --- client/src/app/shared/buttons/action-dropdown.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/shared/buttons/action-dropdown.component.scss') diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss index 5073190b0..7c2b0db71 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/buttons/action-dropdown.component.scss @@ -32,6 +32,10 @@ .more-icon { width: 21px; + + /deep/ { + @include apply-svg-color(var(--mainForegroundColor)); + } } &.small { -- cgit v1.2.3