콘텐츠, 라이브 메인
- 보이스 모닝콜 메뉴 추가 - 라이브 다시듣기 메뉴 라이브 메인으로 이동
This commit is contained in:
@@ -26,6 +26,29 @@ struct LiveView: View {
|
||||
.padding(.top, 13.3)
|
||||
}
|
||||
|
||||
ZStack {
|
||||
Image("img_bg_review_live")
|
||||
.resizable()
|
||||
.frame(height: 53.3)
|
||||
.frame(maxWidth: .infinity)
|
||||
.cornerRadius(2.6)
|
||||
|
||||
HStack(spacing: 2.7) {
|
||||
Image("ic_thumb_play_purple")
|
||||
|
||||
Text("라이브 다시듣기")
|
||||
.font(.custom(Font.bold.rawValue, size: 16.7))
|
||||
.foregroundColor(Color(hex: "672bff"))
|
||||
}
|
||||
.cornerRadius(2.6)
|
||||
}
|
||||
.padding(.horizontal, 13.3)
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(
|
||||
step: .contentAllByTheme(themeId: 7)
|
||||
)
|
||||
}
|
||||
|
||||
if viewModel.recommendChannelItems.count > 0 {
|
||||
SectionRecommendChannelView(
|
||||
items: viewModel.isFollowingList ?
|
||||
|
||||
Reference in New Issue
Block a user