From 98964b64aa8366ee326ebcd863dc60bfaff23248 Mon Sep 17 00:00:00 2001 From: "pikagreen@nate.com" Date: Sun, 3 Dec 2023 21:22:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20::=20=ED=94=8C=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=96=B4=20>=20=EC=95=84=ED=8B=B0=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=AA=85=20=EC=BB=AC=EB=9F=AC=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/Features/PlayerFeature/Sources/Views/PlayerView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Features/PlayerFeature/Sources/Views/PlayerView.swift b/Projects/Features/PlayerFeature/Sources/Views/PlayerView.swift index cf2c221cc..5c985deb7 100644 --- a/Projects/Features/PlayerFeature/Sources/Views/PlayerView.swift +++ b/Projects/Features/PlayerFeature/Sources/Views/PlayerView.swift @@ -45,7 +45,7 @@ public final class PlayerView: UIView { lazy var titleLabel = WMFlowLabel(text: "제목", textColor: DesignSystemAsset.GrayColor.gray900.color, font: .t5(weight: .medium), alignment: .center, lineHeight: UIFont.WMFontSystem.t5().lineHeight, kernValue: -0.5, leadingBuffer: 0, trailingBuffer: 35) - lazy var artistLabel = WMFlowLabel(text: "아티스트", textColor: DesignSystemAsset.GrayColor.gray900.color, font: .t6_1(weight: .medium), alignment: .center, lineHeight: UIFont.WMFontSystem.t6_1().lineHeight, kernValue: -0.5, leadingBuffer: 0, trailingBuffer: 20) + lazy var artistLabel = WMFlowLabel(text: "아티스트", textColor: DesignSystemAsset.GrayColor.gray900.color.withAlphaComponent(0.6), font: .t6_1(weight: .medium), alignment: .center, lineHeight: UIFont.WMFontSystem.t6_1().lineHeight, kernValue: -0.5, leadingBuffer: 0, trailingBuffer: 20) internal lazy var thumbnailImageView = UIImageView().then { $0.image = DesignSystemAsset.Player.dummyThumbnailLarge.image