From 80760a8fdd8bda881c130f3e8f8a5650524fab43 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 24 Jan 2023 15:26:02 +0100 Subject: [PATCH] Fix sass parameters --- .../aol/pan-to-location/pan-to-location.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common-map/src/fm-map/components/aol/pan-to-location/pan-to-location.component.scss b/projects/common-map/src/fm-map/components/aol/pan-to-location/pan-to-location.component.scss index 208843e..8950a6d 100644 --- a/projects/common-map/src/fm-map/components/aol/pan-to-location/pan-to-location.component.scss +++ b/projects/common-map/src/fm-map/components/aol/pan-to-location/pan-to-location.component.scss @@ -29,7 +29,7 @@ div.gps-location:hover .pan-to { } div.gps-location:hover .pan-to-centered { - fill: theme-color-level($color-name: "primary", $level: -10) + fill: theme-color-level(primary, -10) } .pan-to.pan-to-disabled {