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