From a7e9e86da45e1e5a2371c85d46b78c3f2d9550b8 Mon Sep 17 00:00:00 2001 From: ABevier Date: Mon, 1 May 2023 15:27:06 -0400 Subject: [PATCH] notification color is wrong (#540) --- modules/ui/src/notification/notification.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/ui/src/notification/notification.svelte b/modules/ui/src/notification/notification.svelte index a5c1260..e6fb5b1 100644 --- a/modules/ui/src/notification/notification.svelte +++ b/modules/ui/src/notification/notification.svelte @@ -13,11 +13,9 @@ [NotificationType.ERROR]: "error-notification", [NotificationType.ACTION_BANNER]: "action-banner-notification" }; - - const notificationClass = styles[notification.type]; -
+
{notification.message}
{#if notification.callback}