Skip to content

Commit

Permalink
[Add] 브랜치 충돌 해결
Browse files Browse the repository at this point in the history
- 브랜치 충돌위한 일부코드 수정

Issues #122
  • Loading branch information
novice1993 committed Sep 19, 2023
1 parent fa00fef commit f9e3f64
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions client/src/components/communityComponents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f9e3f64

Please sign in to comment.