From 09a55a6da2380028006da987735329779531a1d5 Mon Sep 17 00:00:00 2001 From: Bartosz Sekula Date: Mon, 17 Apr 2023 14:15:01 +0200 Subject: [PATCH] [AAE-13780] Fix custom theme colors --- projects/aca-content/src/lib/ui/variables/variables.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/aca-content/src/lib/ui/variables/variables.scss b/projects/aca-content/src/lib/ui/variables/variables.scss index dd22fa81a6..aa2bec8656 100644 --- a/projects/aca-content/src/lib/ui/variables/variables.scss +++ b/projects/aca-content/src/lib/ui/variables/variables.scss @@ -26,7 +26,6 @@ $blue-save-button-background: #1f74db; $black-heading: #4e4c4c; $grey-dropdown-background: #eee; $grey-divider: rgba(0, 0, 0, 0.22); -$pagination-background-color: #fff; $datetimepicker-font-color: rgba(black, 0.87); $datetimepicker-selected-date-background: #2254b2; $datetimepicker-cell-background-color: #fff; @@ -61,7 +60,7 @@ $defaults: ( --theme-heading-color: $black-heading, --theme-dropdown-color: $grey-dropdown-background, --theme-grey-divider-color: $grey-divider, - --theme-pagination-background-color: $pagination-background-color, + --theme-pagination-background-color: mat.get-color-from-palette($background, background), --theme-about-panel-border-color: $grey-background, --theme-about-panel-background-color: #fff, --theme-about-panel-title-color: #212121,