From 1adcdc84b1df24b3e95663d06d183edd9fe9dfaf Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sun, 28 Mar 2021 13:27:00 +0900 Subject: [PATCH] chore: removed button margin --- components/Button.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Button.tsx b/components/Button.tsx index ec00066..06daea1 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -12,7 +12,7 @@ const Button = ({ return href ? ( {children} @@ -22,7 +22,7 @@ const Button = ({