시리즈 전체보기 페이지
This commit is contained in:
@@ -54,6 +54,7 @@ struct SeriesListBigItemView: View {
|
||||
SeriesItemBadgeView(title: "총 \(item.numberOfContent)화", backgroundColor: Color.gray33.opacity(0.7))
|
||||
}
|
||||
}
|
||||
.padding(3.3)
|
||||
}
|
||||
.frame(width: 116.7, height: 165, alignment: .center)
|
||||
|
||||
@@ -79,10 +80,6 @@ struct SeriesListBigItemView: View {
|
||||
.foregroundColor(Color.gray77)
|
||||
}
|
||||
.frame(width: 116.7)
|
||||
.onTapGesture {
|
||||
AppState.shared
|
||||
.setAppStep(step: .seriesDetail(seriesId: item.seriesId))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user