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