diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-15 08:36:10 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-15 08:36:10 +0100 |
| commit | acbb9c7536be32fcce1c69bfd6054149f978229c (patch) | |
| tree | 3b6752ce2d64fc9dc619a4b1a939808e3d8cd6ca /code/app/src/components/notification.svelte | |
| parent | ef5dd1d8da3fa7c1184d907db623af2b3530a087 (diff) | |
| download | greatoffice-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.svelte | 2 |
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; |
