Fix small design feedbacks

This commit is contained in:
Charles Bochet
2023-04-25 11:32:18 +02:00
parent 67e4e79623
commit 63feef5727
9 changed files with 20 additions and 12 deletions

View File

@ -16,7 +16,7 @@ const StyledContainer = styled.span`
input[type='checkbox']::before {
content: '';
border: 1px solid black;
border: 1px solid ${(props) => props.theme.text80};
width: 12px;
height: 12px;
border-radius: 2px;