Skip to content
Snippets Groups Projects
Commit 67183759 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Fix a color bug in success notification

parent 9c5f5aa8
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -574,7 +574,7 @@ export function getNotificationCSS() { ...@@ -574,7 +574,7 @@ export function getNotificationCSS() {
} }
.notification.is-success { .notification.is-success {
background-color: var(--dbp-on-success-surface); background-color: var(--dbp-success-surface);
color: var(--dbp-on-success-surface); color: var(--dbp-on-success-surface);
border-color: var(--dbp-surccess-surface-border-color); border-color: var(--dbp-surccess-surface-border-color);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment