aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_mixins.scss')
-rw-r--r--client/src/sass/include/_mixins.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 06e55532a..4f2421aea 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -62,7 +62,8 @@
62 62
63@mixin apply-svg-color ($color) { 63@mixin apply-svg-color ($color) {
64 ::ng-deep .feather, 64 ::ng-deep .feather,
65 ::ng-deep .material { 65 ::ng-deep .material,
66 ::ng-deep .misc {
66 color: $color; 67 color: $color;
67 } 68 }
68} 69}