parent
023c22bf7c
commit
41f692a402
|
@ -17,7 +17,7 @@ struct SeriesByChannelView: View {
|
||||||
@State private var selectedCreatorId = 0
|
@State private var selectedCreatorId = 0
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(alignment: .leading, spacing: 20) {
|
VStack(alignment: .leading, spacing: 13.3) {
|
||||||
Text(title)
|
Text(title)
|
||||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||||
.foregroundColor(Color(hex: "eeeeee"))
|
.foregroundColor(Color(hex: "eeeeee"))
|
||||||
|
@ -49,7 +49,7 @@ struct SeriesByChannelView: View {
|
||||||
ContentMainNoItemView()
|
ContentMainNoItemView()
|
||||||
} else {
|
} else {
|
||||||
ScrollView(.horizontal) {
|
ScrollView(.horizontal) {
|
||||||
HStack(spacing: 22) {
|
HStack(spacing: 13.3) {
|
||||||
ForEach(0..<seriesList.count, id: \.self) { index in
|
ForEach(0..<seriesList.count, id: \.self) { index in
|
||||||
let item = seriesList[index]
|
let item = seriesList[index]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue