sdy

update CheckList style

......@@ -9,7 +9,9 @@ const CheckListBox = styled.div`
align-items: center;
justify-content: center;
height: 50%;
border: 1px solid;
background-color: white;
opacity: 0.8;
border-radius: 10px;
`;
const ElementBox = styled.div`
......