Skip to content

Commit 158d621

Browse files
authored
Fix snackbar error color, presumably regressed in ng 20 upgrade (#3598)
1 parent 0c0ac28 commit 158d621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SIL.XForge.Scripture/ClientApp/src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ as-split.is-disabled > .as-split-gutter .as-split-gutter-icon {
6363
padding-top: 5px !important;
6464
}
6565

66-
.mdc-snackbar.snackbar-error {
67-
--mat-snackbar-container-color: #{variables.$errorColor};
66+
.mdc-snackbar.snackbar-error > div {
67+
background-color: #{variables.$errorColor};
6868
}
6969

7070
.mdc-button.mat-mdc-unelevated-button,

0 commit comments

Comments
 (0)