diff --git a/src/components/CheckBox.tsx b/src/components/CheckBox.tsx index b1a6cec..8fecf1e 100644 --- a/src/components/CheckBox.tsx +++ b/src/components/CheckBox.tsx @@ -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});