{#each $toast.toasts as toastItem (toastItem.id)} {@const style = icons[toastItem.type]}
{toastItem.message}
toast.dismiss(toastItem.id)} class="flex-shrink-0 text-gray-400 hover:text-white transition-colors" aria-label="Dismiss" >
{/each}