From acbb9c7536be32fcce1c69bfd6054149f978229c Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 15 Dec 2022 08:36:10 +0100 Subject: feat: Small changes --- code/app/src/components/notification.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/app/src/components/notification.svelte') diff --git a/code/app/src/components/notification.svelte b/code/app/src/components/notification.svelte index 5b0c2f2..d78b3d3 100644 --- a/code/app/src/components/notification.svelte +++ b/code/app/src/components/notification.svelte @@ -60,7 +60,7 @@ case "subtle": icon = undefined; bgClass = "bg-white"; - ringClass = ""; + ringClass = "ring-1 ring-gray-100"; break; default: icon = undefined; -- cgit v1.3