From 0e9e2a08558f7774049f34aed2b65a27be139fda Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Mon, 19 Feb 2024 00:29:08 +0300 Subject: [PATCH] fix: remove mat-mdc-snack-bar-container --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index bfcdc5f..e64eb9d 100644 --- a/src/styles.css +++ b/src/styles.css @@ -7,7 +7,7 @@ body { font-family: Roboto, "Helvetica Neue", sans-serif; } -.green-snackbar, .mat-mdc-snack-bar-container { +.green-snackbar { --mdc-snackbar-container-color: #8CBA51; color: black; }