mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 08:26:22 +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">
|
<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 indeterminate = false;
|
||||||
export let progress: number = 0;
|
export let progress: number = 0;
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
<div class="icon-holder">
|
<div class="icon-holder">
|
||||||
<IconBlender />
|
<IconRun />
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue