Skip to content

Commit

Permalink
improve loading toast bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoMac1 committed Oct 18, 2024
1 parent c7c46af commit a1542ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a1542ca

Please sign in to comment.