From d3c5a5bfb9d4ded99f1b36b1c1dbae3a2363a389 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 16 Sep 2023 01:41:21 +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=EB=B0=B0=EB=84=88=20=EA=B4=91=EA=B3=A0=20?= =?UTF-8?q?=EA=B0=84=EA=B2=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Detail/ContentDetailView.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SodaLive/Sources/Content/Detail/ContentDetailView.swift b/SodaLive/Sources/Content/Detail/ContentDetailView.swift index ada4106..1312118 100644 --- a/SodaLive/Sources/Content/Detail/ContentDetailView.swift +++ b/SodaLive/Sources/Content/Detail/ContentDetailView.swift @@ -124,14 +124,9 @@ struct ContentDetailView: View { width: screenSize().width, height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height ) - .padding(.top, 13.3) + .padding(.top, 26.7) } - Rectangle() - .foregroundColor(Color(hex: "232323")) - .frame(height: 6.7) - .padding(.top, 24) - ContentDetailOtherContentView( title: "크리에이터의 다른 콘텐츠", items: audioContent.creatorOtherContentList,