From 0c8393637a20634be349ab7bbf1432147dc7c9ec Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 22 Jan 2021 12:44:30 -0800 Subject: [PATCH] fix(loading): adjust spinner styles --- src/Loading/Loading.svelte | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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}