From fe41cd5e6e04ec2a3da4e74e4ba1e08f543291b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 30 Jan 2021 12:19:51 +0900 Subject: [PATCH] style: more padding x in segment --- components/Segment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Segment.tsx b/components/Segment.tsx index 8f064d7..aaa4641 100644 --- a/components/Segment.tsx +++ b/components/Segment.tsx @@ -1,6 +1,6 @@ const Segment = ({ children }:SegmentProps): JSX.Element => { return ( -
+
{children}
)