diff --git a/src/Loading/Loading.svelte b/src/Loading/Loading.svelte index d4f8efb9..f91b605f 100644 --- a/src/Loading/Loading.svelte +++ b/src/Loading/Loading.svelte @@ -14,7 +14,7 @@ /** Set an id for the label element */ export let id = "ccs-" + Math.random().toString(36); - $: spinnerRadius = small ? "26.8125" : "37.5"; + $: spinnerRadius = small ? "42" : "44"; {#if withOverlay} @@ -33,20 +33,20 @@ > - + {description} {#if small} {/if} @@ -64,20 +64,20 @@ > - + {description} {#if small} {/if}