From a66f76f9a6d91a4ea3a5a6774a9f55c87ce01835 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 27 Dec 2023 00:33:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=EC=A4=91=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=A0=95=EB=A0=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20AS-IS=20:=20=EC=83=81=EB=8B=A8=20=EC=A0=95=EB=A0=AC?= =?UTF-8?q?=20TO-BE=20:=20=EA=B0=80=EC=9A=B4=EB=8D=B0=20=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Now/LiveNowItemView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)")