From a743fecfddeda8731e58c14c10afe7e965212c42 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 20 Jan 2026 01:50:17 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=88=20=EC=9D=B8=EA=B8=B0=20=ED=81=AC?= =?UTF-8?q?=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0=20-=20=EB=8B=89=EB=84=A4?= =?UTF-8?q?=EC=9E=84=20UI=20=EB=86=92=EC=9D=B4=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Home/HomeCreatorRankingItemView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift index ac8ec40..81805c5 100644 --- a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift +++ b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift @@ -36,10 +36,11 @@ struct HomeCreatorRankingItemView: View { } .frame(width: 108, height: 105) + Spacer() + Text(item.nickname) .font(.custom(Font.preRegular.rawValue, size: 16)) .foregroundColor(.white) - .padding(.top, 20) Spacer()