Skip to content

Commit

Permalink
Quick animation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Oct 4, 2020
1 parent 42a9a6c commit 0d6c5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/src/components/Splash.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<div class="flex items-center justify-center w-screen h-screen bg-gray-100">
{#if showSpinner}
<div out:fade class="w-20 h-20 ease-linear border-8 border-purple-400 rounded-full loader" />
<div class="w-20 h-20 ease-linear border-8 border-purple-400 rounded-full loader" />
{/if}
{#if updating}
{#if updateComplete}
Expand Down

0 comments on commit 0d6c5f5

Please sign in to comment.