Skip to content

Commit 826bcbf

Browse files
committed
Fixed warning notification text colour
1 parent a6033d3 commit 826bcbf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/css/v2/components/_notification.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
position: relative;
55
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
66
}
7+
8+
.notification.is-warning {
9+
color: var(--v2-warning-text-color, #f5f5f5);;
10+
}

0 commit comments

Comments
 (0)