From 4d4bf56650c942e403f45225ffc2f73a45029379 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Fri, 7 May 2021 08:35:48 +0900 Subject: [PATCH] chore: added button margin --- components/Button.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Button.tsx b/components/Button.tsx index 06daea1..057efc9 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -12,7 +12,7 @@ const Button = ({ return href ? ( {children} @@ -22,7 +22,7 @@ const Button = ({