diff --git a/SodaLive/Sources/Content/Detail/ContentDetailInfoView.swift b/SodaLive/Sources/Content/Detail/ContentDetailInfoView.swift index 66d8956..ac73a7f 100644 --- a/SodaLive/Sources/Content/Detail/ContentDetailInfoView.swift +++ b/SodaLive/Sources/Content/Detail/ContentDetailInfoView.swift @@ -162,8 +162,8 @@ struct ContentDetailInfoView: View { } Text(audioContent.detail) - .font(.custom(Font.medium.rawValue, size: 12)) - .foregroundColor(Color.gray77) + .font(.custom(Font.medium.rawValue, size: 14)) + .foregroundColor(Color.gray90) .lineLimit(isExpandDescription ? nil : 3) .lineSpacing(5) .frame(maxWidth: .infinity, alignment: .leading)