Skip to content

Commit

Permalink
design: hover 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hozzijeong committed Aug 1, 2023
1 parent 529a350 commit 4bb29d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/@common/CheckBox/CheckBox.style.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { styled } from 'styled-components';

export const Label = styled.label`
cursor: pointer;
display: 'flex';
gap: '12px';
align-items: 'center';
&:hover {
cursor: pointer;
}
`;

export const Input = styled.input`
Expand Down

0 comments on commit 4bb29d5

Please sign in to comment.