Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -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` | ... | ... |
-
Please register or login to post a comment