sdy

update CheckList style

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