Skip to content

Commit 1461eb4

Browse files
committed
Style warning notifications with the warning palette color
1 parent 1224a72 commit 1461eb4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

quilt-sync/ui/assets/css/views/notify.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
color: var(--q-ui-palette-success);
4747
}
4848

49+
.warning {
50+
color: var(--q-ui-palette-warning);
51+
}
52+
4953
.update-bar {
5054
align-items: center;
5155
display: flex;

0 commit comments

Comments
 (0)