Skip to content

Commit

Permalink
♻️refactor: Contents.style.js - 커서 모양이 pointer로 바뀌도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinHeeEul committed Jun 20, 2024
1 parent 3826b65 commit 3d2861f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/main/contents-item/Contents.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const StyledContentsDiv = styled.div`
height: ${(props) => props.height || "196px"};
padding: 15px;
align-text: center;
cursor: pointer;
border: 2px solid #d3d3d3;
border-radius: 20px;
background-color: white;
Expand Down

0 comments on commit 3d2861f

Please sign in to comment.