parent
0a773ab99f
commit
44e9e07716
|
@ -21,6 +21,7 @@ struct SeriesListItemView: View {
|
|||
KFImage(URL(string: item.coverImage))
|
||||
.resizable()
|
||||
.scaledToFill()
|
||||
.frame(width: itemWidth, height: itemWidth * 432 / 306)
|
||||
.cornerRadius(5)
|
||||
.clipped()
|
||||
|
||||
|
@ -51,7 +52,6 @@ struct SeriesListItemView: View {
|
|||
}
|
||||
.padding(3.3)
|
||||
}
|
||||
.frame(width: itemWidth, height: itemWidth * 432 / 306)
|
||||
|
||||
Text(item.title)
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
|
|
Loading…
Reference in New Issue