fix: pitchback svgs not being visible (#2328)

This commit is contained in:
Nick Colley 2022-12-26 19:27:53 +00:00 committed by GitHub
parent e06f63684e
commit a85ff62d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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%)};
}