development #43

Merged
trachi93 merged 6 commits from development into main 2025-12-10 10:28:32 +01:00
Showing only changes of commit f008cee404 - Show all commits

View File

@@ -304,7 +304,7 @@ Mit freundlichen Grüßen,
onDelete={null}
/>
</div>
<Button on:click={copyAndOpenMail} disabled={isEmptyList}>Link kopieren und Mail verfassen</Button>
<Button variant="secondary" on:click={copyAndOpenMail} disabled={isEmptyList}>Link kopieren und Mail verfassen</Button>
{#if copied}
<p transition:fade>✔ Kopiert! Per Ctrl+V einfügen.</p>
{/if}