diff --git a/frontend/src/lib/components/dashboard/StatusNotificationDot.svelte b/frontend/src/lib/components/dashboard/StatusNotificationDot.svelte index 436633b..26f7a69 100644 --- a/frontend/src/lib/components/dashboard/StatusNotificationDot.svelte +++ b/frontend/src/lib/components/dashboard/StatusNotificationDot.svelte @@ -19,7 +19,7 @@ -
+
@@ -29,15 +29,22 @@ @apply rounded-full p-1; } + .div-submitted { + @apply animate-none; + } + .submitted { @apply bg-[#35e000ff]; } .uploaded { @apply bg-[#ff8530ff]; - } + @apply animate-none; + } + .missing { @apply bg-red-700; } + \ No newline at end of file