Skip to content

Commit

Permalink
[AAE-13780] Fix custom theme colors (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Apr 17, 2023
1 parent 9717dfb commit 9f3ce1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/aca-content/src/lib/ui/variables/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 9f3ce1b

Please sign in to comment.