parent
e6621c6606
commit
e3bac07155
|
@ -26,7 +26,7 @@ struct ContentByChannelView: View {
|
||||||
.foregroundColor(.grayee)
|
.foregroundColor(.grayee)
|
||||||
.padding(.horizontal, 13.3)
|
.padding(.horizontal, 13.3)
|
||||||
|
|
||||||
ScrollView(.horizontal) {
|
ScrollView(.horizontal, showsIndicators: false) {
|
||||||
HStack(spacing: 22) {
|
HStack(spacing: 22) {
|
||||||
ForEach(0..<creatorList.count, id: \.self) { index in
|
ForEach(0..<creatorList.count, id: \.self) { index in
|
||||||
let item = creatorList[index]
|
let item = creatorList[index]
|
||||||
|
|
Loading…
Reference in New Issue