From dd44287e8c5136a26c5ea197269fbaf21bcf1142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Wed, 22 May 2024 14:06:31 +0900 Subject: [PATCH] =?UTF-8?q?[THeader]=20focus=20=EC=83=81=ED=83=9C=EC=9D=BC?= =?UTF-8?q?=EB=95=8C=20background=20color=20=EB=B3=B4=EC=9D=B4=EB=8A=94=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/THeader/THeader.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/components/THeader/THeader.module.less b/com.twin.app.shoptime/src/components/THeader/THeader.module.less index 92787348..c0fbc6f7 100644 --- a/com.twin.app.shoptime/src/components/THeader/THeader.module.less +++ b/com.twin.app.shoptime/src/components/THeader/THeader.module.less @@ -26,7 +26,7 @@ border: none; &:focus { - border-radius: 7px; + border-radius: 10px; background-image: url("../../../assets/images/btn/btn-60-wh-back-foc@3x.png"); box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.4); }