Skip to content

Commit

Permalink
Merge branch '216-ollama-pull-toast-message-is-transparent' into 94-s…
Browse files Browse the repository at this point in the history
…upport-openai-api-format
  • Loading branch information
GregoMac1 committed Oct 18, 2024
2 parents 1344237 + a1542ca commit bfef684
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 bfef684

Please sign in to comment.