From 960fc580e2187f5dcbcc7cf4eb41f29d747a6dd5 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 1 Mar 2021 11:01:03 -0800 Subject: [PATCH] fix(button): remove blank line to correctly render button with icon in Safari 13 --- 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} - -