We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8241f99 commit ac24cc3Copy full SHA for ac24cc3
projects/ngrx.io/src/styles/2-modules/_notification.scss
@@ -8,7 +8,7 @@ $notificationHeight: 56px;
8
}
9
10
aio-notification {
11
- background: $darkgray;
+ background: $purple;
12
display: flex;
13
position: relative;
14
align-items: center;
@@ -50,10 +50,12 @@ aio-notification {
50
overflow: hidden;
51
text-overflow: ellipsis;
52
margin-right: 10px;
53
+ color: $offwhite;
54
55
56
.action-button {
- background: $brightred;
57
+ background: mat-color($dull-magenta, 700);
58
59
border-radius: 15px;
60
text-transform: uppercase;
61
padding: 0 10px;
0 commit comments