From 671837594c66a3b4dc8355c300ad49d5159f3314 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 14 Feb 2022 10:37:09 +0100
Subject: [PATCH] Fix a color bug in success notification

---
 packages/common/styles.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/common/styles.js b/packages/common/styles.js
index 2340690a..492e25ed 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -574,7 +574,7 @@ export function getNotificationCSS() {
         }
 
         .notification.is-success {
-            background-color: var(--dbp-on-success-surface);
+            background-color: var(--dbp-success-surface);
             color: var(--dbp-on-success-surface);
             border-color: var(--dbp-surccess-surface-border-color);
         }
-- 
GitLab