콘텐츠 메인

- 새로운 콘텐츠 아래 새로고침 버튼 제거
This commit is contained in:
Yu Sung 2024-05-08 12:17:22 +09:00
parent 8abd4f3c87
commit 57abeea432
1 changed files with 0 additions and 18 deletions

View File

@ -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 { if viewModel.isLoading {
ActivityIndicatorView() ActivityIndicatorView()
.frame(width: 100, height: 100) .frame(width: 100, height: 100)