refactor: add member to channel modal

This commit is contained in:
zerosoul
2022-03-17 15:08:40 +08:00
parent f22c7a01cb
commit ad994f1eaf
4 changed files with 137 additions and 121 deletions
+1 -4
View File
@@ -30,10 +30,7 @@ const Styled = styled.input`
}
}
&:disabled {
border-color: #ccc;
&::before {
box-shadow: inset 10px 10px #ccc;
}
opacity: 0.4;
}
`;
export default function StyledCheckbox(props) {
+5
View File
@@ -10,6 +10,11 @@ const StyledInput = styled.input`
line-height: 20px;
color: #333;
padding: 8px;
&.none {
border: none;
background: none;
box-shadow: none;
}
&:disabled {
color: #78787c;
background-color: #f9fafb;