chore: tweaks
This commit is contained in:
@@ -4,7 +4,7 @@ const Styled = styled.div`
|
||||
overflow: auto;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
line-height: 22px;
|
||||
color: #475467;
|
||||
> .box {
|
||||
display: flex;
|
||||
|
||||
@@ -34,5 +34,5 @@ const Styled = styled.input`
|
||||
}
|
||||
`;
|
||||
export default function StyledCheckbox(props) {
|
||||
return <Styled {...props} type="checkbox" />;
|
||||
return <Styled readOnly {...props} type="checkbox" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user