From 776a8759208f36c0f8799d57b52d6e2172e8cb0f Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 19 Nov 2025 20:21:00 +0900 Subject: [PATCH] =?UTF-8?q?[=EB=B0=B0=EA=B2=BD=20opacity]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 라이브 영상이 안보이는 문제가있어 0.5로 수정. --- .../DetailPanelBackground/DetailPanelBackground.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/DetailPanelBackground/DetailPanelBackground.module.less b/com.twin.app.shoptime/src/views/DetailPanel/components/DetailPanelBackground/DetailPanelBackground.module.less index ec5b037e..9a25286a 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/DetailPanelBackground/DetailPanelBackground.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/DetailPanelBackground/DetailPanelBackground.module.less @@ -22,7 +22,7 @@ height: 100%; background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%); z-index: 2; - opacity: 1; + opacity: 0.5; transition: opacity 0.3s ease-in-out; }