From 831e3e6ae9186f8adc68dd6c6c434c1347ca8bc4 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:18:15 +0100 Subject: [PATCH] [AAE-14726] remove comma --- lib/core/src/lib/styles/_components-variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/lib/styles/_components-variables.scss b/lib/core/src/lib/styles/_components-variables.scss index f9e75b246d5..3f6d763cfac 100644 --- a/lib/core/src/lib/styles/_components-variables.scss +++ b/lib/core/src/lib/styles/_components-variables.scss @@ -84,7 +84,7 @@ --adf-task-assignment-filter-label-default-color: mat.get-color-from-palette($foreground, secondary-text), --adf-task-assignment-filter-label-focus-color: mat.get-color-from-palette($primary), - --adf-process-header-cloud-card-background: mat.get-color-from-palette($background, card), + --adf-process-header-cloud-card-background: mat.get-color-from-palette($background, card) ); // propagates SCSS variables into the CSS variables scope