From 57abeea43293e86a1c41851b04038ddbb7533b13 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 8 May 2024 12:17:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20-=20=EC=83=88=EB=A1=9C=EC=9A=B4=20=EC=BD=98?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=EC=95=84=EB=9E=98=20=EC=83=88=EB=A1=9C?= =?UTF-8?q?=EA=B3=A0=EC=B9=A8=20=EB=B2=84=ED=8A=BC=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NewContent/ContentMainNewContentView.swift | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentView.swift b/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentView.swift index 07f79be..8911393 100644 --- a/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentView.swift +++ b/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentView.swift @@ -48,24 +48,6 @@ struct ContentMainNewContentView: View { } } - HStack(spacing: 8) { - Image("ic_refresh") - - Text("새로고침") - .font(.custom(Font.medium.rawValue, size: 14.7)) - .foregroundColor(Color.grayd2) - } - .padding(.vertical, 11) - .frame(maxWidth: .infinity) - .overlay( - RoundedRectangle(cornerRadius: 26.7) - .stroke(Color.gray90, lineWidth: 1) - ) - .onTapGesture { - viewModel.getThemeList() - viewModel.getNewContentOfTheme() - } - if viewModel.isLoading { ActivityIndicatorView() .frame(width: 100, height: 100)