콘텐츠 메인 시리즈 탭 - 채널별 추천 시리즈
- 콘텐츠 간격 22 -> 13으로 변경
This commit is contained in:
@@ -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]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user