diff --git a/SodaLive/Sources/Live/Now/LiveNowItemView.swift b/SodaLive/Sources/Live/Now/LiveNowItemView.swift index 6029e34..832c8ca 100644 --- a/SodaLive/Sources/Live/Now/LiveNowItemView.swift +++ b/SodaLive/Sources/Live/Now/LiveNowItemView.swift @@ -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)")