From 54d7572cf6f9651b39af2f0219bc9a7f76f0fa47 Mon Sep 17 00:00:00 2001 From: dvsmc <112554734+dvsmc@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:09:29 +0300 Subject: [PATCH] Update Notifications.svelte 1. Various style loaders detect incorrect css and fails. 2. Fixed invalid CSS in general. --- src/lib/Notifications.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Notifications.svelte b/src/lib/Notifications.svelte index d37fac3..0be741f 100644 --- a/src/lib/Notifications.svelte +++ b/src/lib/Notifications.svelte @@ -69,7 +69,7 @@ .toasts > .toast > .progress { position: absolute; bottom: 0; - background-color: rgb(0, 0, 0, 0.3); + background-color: rgba(0, 0, 0, 0.3); height: 6px; width: 100%; animation-name: shrink;