feature: adjust checkbox size

This commit is contained in:
Sammy Teillet
2023-04-19 17:41:58 +02:00
parent db6b51c74e
commit a4e7211625
2 changed files with 5 additions and 4 deletions

View File

@ -11,6 +11,7 @@ type OwnProps = {
const TD = styled.td`
position: relative;
box-sizing: border-box;
height: 32px;
::before {
content: '';