[AAE-13780] Use theme variables for about page (#3130)

This commit is contained in:
Bartosz Sekula
2023-04-19 11:41:40 +02:00
committed by GitHub
parent 77cac1faa6
commit 4956655a80

View File

@@ -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,