From a67a38218a3252e714fc0bbfd037d09f91a95ffa Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 1 Mar 2021 11:09:36 -0800 Subject: [PATCH] fix(button): remove blank line to correctly render button with icon in Safari 13 (#548) --- src/Button/Button.svelte | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Button/Button.svelte b/src/Button/Button.svelte index 6be0fffa..3fff256d 100644 --- a/src/Button/Button.svelte +++ b/src/Button/Button.svelte @@ -137,8 +137,7 @@ {#if hasIconOnly} {iconDescription} {/if} - -