From 4956655a801bdb714fa76399df0fe81d8c5976c0 Mon Sep 17 00:00:00 2001 From: Bartosz Sekula Date: Wed, 19 Apr 2023 11:41:40 +0200 Subject: [PATCH] [AAE-13780] Use theme variables for about page (#3130) --- projects/aca-content/src/lib/ui/variables/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 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 aa2bec8656..82181de062 100644 --- a/projects/aca-content/src/lib/ui/variables/variables.scss +++ b/projects/aca-content/src/lib/ui/variables/variables.scss @@ -62,8 +62,8 @@ $defaults: ( --theme-grey-divider-color: $grey-divider, --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, + --theme-about-panel-background-color: mat.get-color-from-palette($background, card), + --theme-about-panel-title-color: mat.get-color-from-palette($foreground, text), --theme-datetimepicker-font-color: $datetimepicker-font-color, --theme-datetimepicker-selected-date-background: $datetimepicker-selected-date-background, --theme-datetimepicker-cell-background: $datetimepicker-cell-background-color,