diff --git a/client/src/components/communityComponents/index.tsx b/client/src/components/communityComponents/index.tsx index 07a8d21..171ed9d 100644 --- a/client/src/components/communityComponents/index.tsx +++ b/client/src/components/communityComponents/index.tsx @@ -209,19 +209,6 @@ const DropdownInput = styled.input` } `; -// const DropDownClose = styled.div` -// text-align: right; -// cursor: pointer; -// color: #40797c; -// font-size: 30px; // x 아이콘 크기를 조절 -// margin-right: 10px; -// &:hover { -// color: #2d4f51; -// } -// `; - -//글작성을위해 클릭시 드롭다운 열어주는 버튼 - const Button = styled.button` background-color: white; color: darkslategray;