Skip to content

Commit

Permalink
design: 버튼 포인터 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
colorkite10 committed Feb 1, 2024
1 parent 6f7ed0e commit 9b9b2ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/ClubComment/ClubComment.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const DeleteButtonAreaStyled = styled.div`
align-items: center;
width: 1rem;
height: 1rem;
cursor: pointer;
`;

export {
Expand Down
1 change: 1 addition & 0 deletions src/components/ClubPost/ClubPost.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const BoardContentWrapper = styled.div`
justify-content: center;
min-width: 20rem;
width: 70%;
cursor: pointer;
`;

const BoardInfoWrapper = styled.div`
Expand Down
3 changes: 2 additions & 1 deletion src/components/WriteClubComment/WriteClubComment.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ const CommentButtonStyled = styled.button`
outline: none;
border: 0;
color: white;
background-color: ${Theme.color.tSeparator};
background-color: ${Theme.color.tSemiPurple};
border-radius: 0.5rem;
cursor: pointer;
`;

const PrivateWrapper = styled.div`
Expand Down

0 comments on commit 9b9b2ef

Please sign in to comment.