Skip to content

Commit

Permalink
remove button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Dec 6, 2024
1 parent f38cad0 commit d262576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function downloadMergedPdf() {
{/each}
<P>Once you have uploaded all required documents, please click "Download PDF" to download your application as a PDF
file and then send it by email to [email protected]</P>
<Button color="primary" class="m-4" on:click={downloadMergedPdf} disabled={!applicationComplete}>
<Button color="primary" on:click={downloadMergedPdf} disabled={!applicationComplete}>
<DownloadOutline />
Download PDF
</Button>
Expand Down

0 comments on commit d262576

Please sign in to comment.