parent
1c09f6a055
commit
a66f76f9a6
|
@ -21,7 +21,7 @@ struct LiveNowItemView: View {
|
|||
KFImage(URL(string: item.coverImageUrl))
|
||||
.resizable()
|
||||
.scaledToFill()
|
||||
.frame(width: width, height: height, alignment: .top)
|
||||
.frame(width: width, height: height, alignment: .center)
|
||||
.cornerRadius(4.7)
|
||||
.clipped()
|
||||
|
||||
|
@ -73,7 +73,7 @@ struct LiveNowItemView: View {
|
|||
KFImage(URL(string: item.creatorProfileImage))
|
||||
.resizable()
|
||||
.scaledToFill()
|
||||
.frame(width: 21.3, height: 21.3, alignment: .top)
|
||||
.frame(width: 21.3, height: 21.3, alignment: .center)
|
||||
.clipShape(Circle())
|
||||
|
||||
Text("\(item.creatorNickname)")
|
||||
|
|
Loading…
Reference in New Issue