aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/components/notification.svelte
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-15 08:36:10 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-15 08:36:10 +0100
commitacbb9c7536be32fcce1c69bfd6054149f978229c (patch)
tree3b6752ce2d64fc9dc619a4b1a939808e3d8cd6ca /code/app/src/components/notification.svelte
parentef5dd1d8da3fa7c1184d907db623af2b3530a087 (diff)
downloadgreatoffice-acbb9c7536be32fcce1c69bfd6054149f978229c.tar.xz
greatoffice-acbb9c7536be32fcce1c69bfd6054149f978229c.zip
feat: Small changes
Diffstat (limited to 'code/app/src/components/notification.svelte')
-rw-r--r--code/app/src/components/notification.svelte2
1 files changed, 1 insertions, 1 deletions
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;