diff options
Diffstat (limited to 'client/src/app/shared/buttons')
-rw-r--r-- | client/src/app/shared/buttons/action-dropdown.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss index 7a030f32c..724a04efc 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.scss +++ b/client/src/app/shared/buttons/action-dropdown.component.scss | |||
@@ -34,7 +34,7 @@ | |||
34 | width: 21px; | 34 | width: 21px; |
35 | 35 | ||
36 | ::ng-deep { | 36 | ::ng-deep { |
37 | @include apply-svg-color(var(--actionButtonColor)); | 37 | @include apply-svg-color(pvar(--actionButtonColor)); |
38 | } | 38 | } |
39 | } | 39 | } |
40 | 40 | ||