Skip to content

Commit

Permalink
[ACS-7448] Fix wrong notifications colors (#3761)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomson7777 authored Apr 8, 2024
1 parent c870bfe commit 0b2bc97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 0 additions & 9 deletions projects/aca-content/src/lib/ui/overrides/ay11.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,6 @@
}
}

.adf-info-snackbar {
background-color: var(--theme-blue-button-color);

.mat-mdc-simple-snack-bar,
.mat-mdc-snack-bar-action {
color: white;
}
}

.mat-mdc-button-base {
&.adf-filter-button {
margin-left: -2px;
Expand Down
6 changes: 6 additions & 0 deletions projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,9 @@ mat-toolbar.mat-toolbar.mat-toolbar-single-row {
.adf-empty-content__icon {
color: var(--theme-secondary-text);
}

adf-snackbar-content {
.mat-mdc-button.mat-unthemed {
--mdc-text-button-label-text-color: #fff;
}
}

0 comments on commit 0b2bc97

Please sign in to comment.