From ae9c3d8807621778948289774443c5acd329502b Mon Sep 17 00:00:00 2001 From: Ushie Date: Tue, 19 Jul 2022 03:15:44 +0300 Subject: [PATCH] make entire button clickable --- src/lib/components/atoms/Button.svelte | 11 +++++------ src/lib/components/atoms/Navigation.svelte | 7 +++++-- src/lib/components/molecules/SocialHost.svelte | 7 +++---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte index 105a121..c09a1ae 100644 --- a/src/lib/components/atoms/Button.svelte +++ b/src/lib/components/atoms/Button.svelte @@ -4,12 +4,11 @@ export let href = '#'; - - + + + \ No newline at end of file