From 88055c47c3ee0778b0f307fd0823a8dbbdd32f63 Mon Sep 17 00:00:00 2001
From: Yu Sung <hwchon1234@gmail.com>
Date: Mon, 28 Oct 2024 13:55:34 +0900
Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=83=81?=
 =?UTF-8?q?=EC=84=B8=20-=20=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=84=A4?=
 =?UTF-8?q?=EB=AA=85=EA=B8=80=20-=20textSize:=2014=20-=20color:=20909090?=
 =?UTF-8?q?=20-=20font:=20gmarket=5Fsans=5Fmedium?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 SodaLive/Sources/Content/Detail/ContentDetailInfoView.swift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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)