diff --git a/src/components/shared/styled.ts b/src/components/shared/styled.ts index b90e24a..5df9bc2 100644 --- a/src/components/shared/styled.ts +++ b/src/components/shared/styled.ts @@ -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) =>