Remove user-select from checkbox

This commit is contained in:
jeffvli
2022-02-10 06:02:13 -08:00
committed by Jeff
parent 3ab15260d6
commit c8a1f4bfca

View File

@@ -167,12 +167,10 @@ export const StyledInput = styled(Input)<{ width: number; opacity?: number }>`
`;
export const StyledCheckbox = styled(Checkbox)`
user-select: none;
div {
label {
span {
&:before {
border: ${(props) => `1px solid ${props.theme.colors.primary}`};
}
span {
&:before {
background-color: ${(props) =>