Skip to content

Commit

Permalink
πŸ› :: ν”Œλ ˆμ΄μ–΄ > μ•„ν‹°μŠ€νŠΈ λͺ… 컬러 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Dec 3, 2023
1 parent abe76e5 commit 98964b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98964b6

Please sign in to comment.