From 20a185c4bf7fb5a59704fa39727dcaa4376790e8 Mon Sep 17 00:00:00 2001 From: WindowsMEMZ Date: Thu, 1 Feb 2024 23:09:21 +0800 Subject: [PATCH] Updated big vip icon --- DarockBili Watch App/PersonalCenter/UserDetailView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DarockBili Watch App/PersonalCenter/UserDetailView.swift b/DarockBili Watch App/PersonalCenter/UserDetailView.swift index 8bbc77f27..58c139d9a 100644 --- a/DarockBili Watch App/PersonalCenter/UserDetailView.swift +++ b/DarockBili Watch App/PersonalCenter/UserDetailView.swift @@ -332,8 +332,8 @@ struct UserDetailView: View { } if !vipLabel.isEmpty { HStack { - Image(systemName: "dollarsign.circle") - .foregroundColor(Color(red: 236/255, green: 98/255, blue: 139/255)) + WebImage(url: URL(string: "https://s1.hdslb.com/bfs/seed/jinkela/short/user-avatar/big-vip.svg")) + .resizable() .frame(width: 20, height: 20) Text(vipLabel) .font(.system(size: 15))