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" />;
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@ export default function Overview() {
|
||||
Minimum size is 128x128, We recommend at least 512x512 for the
|
||||
server. Max size limited to 5M.
|
||||
</div>
|
||||
<button className="btn">Upload Image</button>
|
||||
{/* <button className="btn">Upload Image</button> */}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user