use svg animation for spinner

This commit is contained in:
2023-08-06 17:26:54 -07:00
parent 60c24e3ee4
commit fa228acc3a
3 changed files with 34 additions and 105 deletions

View File

@ -69,7 +69,7 @@
<button type="submit" class="btn btn-primary">
{#if saving}
<Spinner class="w-5 h-5" color="primary-content" thickness="2px"/>
<Spinner class="w-5 h-5" thickness="12"/>
{:else}
Submit
{/if}