From a85ff62d48ea33bae23d65fd8be547858ecda0d9 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+NickColley@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:27:53 +0000 Subject: [PATCH] fix: pitchback svgs not being visible (#2328) --- src/scss/themes/pitchblack.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/themes/pitchblack.scss b/src/scss/themes/pitchblack.scss index b97ff1cc..c9095bbb 100644 --- a/src/scss/themes/pitchblack.scss +++ b/src/scss/themes/pitchblack.scss @@ -39,4 +39,6 @@ $compose-background: darken($main-theme-color, 12%); --action-button-fill-color-pressed: #{lighten($main-theme-color, 85%)}; --action-button-fill-color-pressed-hover: #{lighten($main-theme-color, 100%)}; --action-button-fill-color-pressed-active: #{lighten($main-theme-color, 80%)}; + + --svg-fill: #{lighten($main-theme-color, 50%)}; }