From 9567fe4162cc0ec15f451c6feaf2961c096b0ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B2=9C=EC=A7=80=EC=9C=A4?= <70828192+cheonjiyun@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:34:31 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EB=B8=8C=EB=9D=BC=EC=9A=B0=EC=A0=80=20?= =?UTF-8?q?=EC=BA=90=EC=8B=9C=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/button/CheckButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/button/CheckButton.tsx b/src/components/button/CheckButton.tsx index 4433154..e2e7f6a 100644 --- a/src/components/button/CheckButton.tsx +++ b/src/components/button/CheckButton.tsx @@ -69,7 +69,7 @@ const checkinput = () => css` background-position: center; } - &:active + label { + /* &:active + label { transform: translate(0.5px, 1px); - } + } */ `;