mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 00:16:31 +01:00
web/ProcessingStatus: replace icon with a more fitting one
This commit is contained in:
parent
41600dab4f
commit
806a644a40
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import IconBlender from "@tabler/icons-svelte/IconBlender.svelte";
|
||||
import IconRun from "@tabler/icons-svelte/IconRun.svelte";
|
||||
|
||||
export let indeterminate = false;
|
||||
export let progress: number = 0;
|
||||
|
@ -30,7 +30,7 @@
|
|||
/>
|
||||
</svg>
|
||||
<div class="icon-holder">
|
||||
<IconBlender />
|
||||
<IconRun />
|
||||
</div>
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Reference in a new issue