Skip to content

Commit

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

Issues #122
  • Loading branch information
novice1993 committed Sep 19, 2023
1 parent f9e3f64 commit 1bbd0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/communityComponents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ const DropdownInput = styled.input`
}
`;

//버튼 과 글영역 구분

const Button = styled.button`
background-color: white;
color: darkslategray;
Expand All @@ -232,8 +234,6 @@ const Button = styled.button`
}
`;

//버튼 과 글영역 구분

const DevideLine = styled.div`
margin-bottom: 10px;
position: relative;
Expand Down

0 comments on commit 1bbd0ea

Please sign in to comment.