콘텐츠 메인
- 단편 탭 UI 페이지 생성
This commit is contained in:
@@ -23,7 +23,8 @@ struct ContentByChannelView: View {
|
||||
VStack(alignment: .leading, spacing: 20) {
|
||||
Text(title)
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.foregroundColor(.grayee)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
ScrollView(.horizontal) {
|
||||
HStack(spacing: 22) {
|
||||
@@ -41,6 +42,7 @@ struct ContentByChannelView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 13.3)
|
||||
}
|
||||
|
||||
LazyVGrid(columns: columns, spacing: 13.3) {
|
||||
@@ -111,6 +113,7 @@ struct ContentByChannelView: View {
|
||||
.setAppStep(step: .creatorDetail(userId: content.creatorId))
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 13.3)
|
||||
.onTapGesture {
|
||||
AppState
|
||||
.shared
|
||||
|
Reference in New Issue
Block a user