From 5e0f6fd3e3848f892b114ae2e3bf52694dd0dfe9 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 17 Mar 2026 15:57:59 +0900 Subject: [PATCH] =?UTF-8?q?fix(profile):=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=ED=9B=84=EC=9B=90=20=EB=9E=AD=ED=82=B9=20=EC=99=95=EA=B4=80=20?= =?UTF-8?q?UI=EB=A5=BC=20=ED=99=88=EA=B3=BC=20=EB=8F=99=EC=9D=BC=ED=95=98?= =?UTF-8?q?=EA=B2=8C=20=EC=A1=B0=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/UserProfileDonationView.swift | 30 ++++--------------- docs/20260317_프로필후원랭킹왕관UI동일화.md | 21 +++++++++++++ 2 files changed, 27 insertions(+), 24 deletions(-) create mode 100644 docs/20260317_프로필후원랭킹왕관UI동일화.md diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift index 26adb58..22b25b5 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileDonationView.swift @@ -12,13 +12,7 @@ struct UserProfileDonationView: View { let userId: Int let donationRankingResponse: [UserDonationRankingResponse] - let rankingCrawns = ["ic_crown_1", "ic_crown_2", "ic_crown_3"] - let rankingColors = [ - [Color(hex: "ffdc00"), Color(hex: "ffb600")], - [Color(hex: "ffffff"), Color(hex: "9f9f9f")], - [Color(hex: "e6a77a"), Color(hex: "c67e4a")], - [Color(hex: "ffffff").opacity(0), Color(hex: "ffffff").opacity(0)] - ] + let crowns = ["img_rank_1", "img_rank_2", "img_rank_3"] var body: some View { VStack(alignment: .leading, spacing: 14) { @@ -43,7 +37,7 @@ struct UserProfileDonationView: View { ForEach(0..