From 55741d605bf80b928b0c4def1e8d8515f8673e93 Mon Sep 17 00:00:00 2001 From: clkim Date: Mon, 24 Nov 2025 14:26:02 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20[=EB=94=94=EC=9E=90=EC=9D=B8=20QA]=20LNB?= =?UTF-8?q?=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EA=B7=B8=EB=A6=BC=EC=9E=90=20?= =?UTF-8?q?=ED=9A=A8=EA=B3=BC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/blocks/Lnb.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/components/blocks/Lnb.vue b/layers/components/blocks/Lnb.vue index 76722ae..1abf012 100644 --- a/layers/components/blocks/Lnb.vue +++ b/layers/components/blocks/Lnb.vue @@ -216,7 +216,7 @@ onUnmounted(() => { } button { - @apply flex items-center font-[500] text-[var(--lnb-disable-color)] transition-all duration-300 ease-in-out; + @apply flex items-center font-[500] text-[var(--lnb-disable-color)] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] transition-all duration-300 ease-in-out; } button:hover, button.is-active {