From 1bbd0ea8937b75a258882e8c2b490c79f2be4188 Mon Sep 17 00:00:00 2001 From: novice1993 Date: Tue, 19 Sep 2023 15:02:27 +0900 Subject: [PATCH] =?UTF-8?q?[Add]=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20=EC=B6=A9?= =?UTF-8?q?=EB=8F=8C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - merge 시 브랜치 충돌 해결 위한 수정 Issues #122 --- client/src/components/communityComponents/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/communityComponents/index.tsx b/client/src/components/communityComponents/index.tsx index 171ed9d..e007d11 100644 --- a/client/src/components/communityComponents/index.tsx +++ b/client/src/components/communityComponents/index.tsx @@ -209,6 +209,8 @@ const DropdownInput = styled.input` } `; +//버튼 과 글영역 구분 + const Button = styled.button` background-color: white; color: darkslategray; @@ -232,8 +234,6 @@ const Button = styled.button` } `; -//버튼 과 글영역 구분 - const DevideLine = styled.div` margin-bottom: 10px; position: relative;