diff options
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; |
