diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index f50ecd32..ffea52d3 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -68,7 +68,7 @@ classes: { toast: 'shadow-xl px-4 py-3 flex items-center gap-x-3 max-w-full w-full rounded mx-auto text-xs mx-0', - loading: 'text-shade-12 bg-shade-4', + loading: 'bg-shade-0', error: 'text-red-50 bg-red-700', success: 'text-emerald-50 bg-emerald-700', warning: 'text-yellow-50 bg-yellow-700',