mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-27 13:45:01 +00:00
chore: keep checkbox size consistent
This commit is contained in:
parent
acd6616133
commit
b345e5659f
@ -37,6 +37,8 @@ const HiddenCheckbox = styled.input`
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
width: 0;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
cursor: pointer;
|
||||
`
|
||||
|
||||
@ -45,9 +47,10 @@ const StyledCheckbox = styled.span<{ isChecked: boolean }>`
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border: 1px solid white;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
background-color: ${({ isChecked }) => (isChecked ? 'white' : 'black')};
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
margin-right: 10px;
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user