From 7a1ff0b623ea67bb6f959800640abb35211f159d Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Wed, 14 Feb 2024 10:51:04 +0900 Subject: [PATCH] =?UTF-8?q?[components]=20TItemCard,=20box-shadow=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Detail Notes : 1. .focusDropShadow, 50px → 22px 변경 --- .../src/components/TItemCard/TItemCard.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less index 20702bc1..1b2fa1fe 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -175,7 +175,7 @@ /* focused */ &:focus { &::after { - .focused(@boxShadow:50px, @borderRadius:12px); + .focused(@boxShadow: 22px, @borderRadius: 12px); } // best seller