Skip to content

Commit

Permalink
Merge pull request #61 from KUIT-Space/bug#60-checkbox-click
Browse files Browse the repository at this point in the history
[BUG] #60์˜ checkbox ์— ๋Œ€ํ•œ ์ˆ˜์ •
  • Loading branch information
YangJJune authored Aug 12, 2024
2 parents 7521262 + a573469 commit ca8edc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CheckBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const StyledCheckBox = styled.div`
background-position: center;
width: 1.5rem;
height: 1.5rem;
cursor: pointer;
}
input[type="checkbox"]:checked {
background-image: url(${CheckedIcon});
Expand Down

0 comments on commit ca8edc8

Please sign in to comment.