From 4bb29d5d6b2f9f9da109f77922319ad6f0c74e41 Mon Sep 17 00:00:00 2001 From: hozzijeong Date: Tue, 1 Aug 2023 14:32:35 +0900 Subject: [PATCH] =?UTF-8?q?design:=20hover=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/@common/CheckBox/CheckBox.style.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/components/@common/CheckBox/CheckBox.style.ts b/frontend/src/components/@common/CheckBox/CheckBox.style.ts index 0bea886d8..2e8aeca40 100644 --- a/frontend/src/components/@common/CheckBox/CheckBox.style.ts +++ b/frontend/src/components/@common/CheckBox/CheckBox.style.ts @@ -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`