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;