Skip to content

Commit

Permalink
fix:cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
candosh committed Dec 19, 2023
1 parent d68a239 commit 63dc5e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/Complete/CompleteWritingWrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ const CompleteWritingWrap = styled.div`
align-items: center;
gap: 8px;
}
.likes:hover,
.sharebtn:hover,
.editbtn:hover,
.deletebtn:hover {
cursor: pointer;
}
`;

export default CompleteWritingWrap;

0 comments on commit 63dc5e5

Please sign in to comment.