Skip to content

Commit

Permalink
fix(layout): add margin to Toaster component for improved spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi committed Jan 6, 2025
1 parent 3834a5f commit bd64920
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 @@ -57,7 +57,7 @@
{/if}
</svelte:head>

<Toaster theme={$theme} closeButton={isHover.current} position={$position} />
<Toaster theme={$theme} closeButton={isHover.current} position={$position} class="sm:mr-6" />

<Header />

Expand Down

0 comments on commit bd64920

Please sign in to comment.