[AAE-13780] Fix custom theme colors (#3124)

This commit is contained in:
Bartosz Sekula
2023-04-17 17:21:13 +02:00
committed by GitHub
parent 9717dfb07e
commit 9f3ce1b608

View File

@@ -26,7 +26,6 @@ $blue-save-button-background: #1f74db;
$black-heading: #4e4c4c; $black-heading: #4e4c4c;
$grey-dropdown-background: #eee; $grey-dropdown-background: #eee;
$grey-divider: rgba(0, 0, 0, 0.22); $grey-divider: rgba(0, 0, 0, 0.22);
$pagination-background-color: #fff;
$datetimepicker-font-color: rgba(black, 0.87); $datetimepicker-font-color: rgba(black, 0.87);
$datetimepicker-selected-date-background: #2254b2; $datetimepicker-selected-date-background: #2254b2;
$datetimepicker-cell-background-color: #fff; $datetimepicker-cell-background-color: #fff;
@@ -61,7 +60,7 @@ $defaults: (
--theme-heading-color: $black-heading, --theme-heading-color: $black-heading,
--theme-dropdown-color: $grey-dropdown-background, --theme-dropdown-color: $grey-dropdown-background,
--theme-grey-divider-color: $grey-divider, --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-border-color: $grey-background,
--theme-about-panel-background-color: #fff, --theme-about-panel-background-color: #fff,
--theme-about-panel-title-color: #212121, --theme-about-panel-title-color: #212121,