Flip favorite star icons

This commit is contained in:
Garth Vander Houwen 2023-09-04 07:29:35 -07:00
parent c8103e91c2
commit 0d5f36d9cb

View file

@ -111,7 +111,7 @@ struct UserList: View {
print("💥 Save User VIP Error")
}
} label: {
Label(user.vip ? "Un-Favorite" : "Favorite", systemImage: user.vip ? "star.fill" : "star.slash.fill")
Label(user.vip ? "Un-Favorite" : "Favorite", systemImage: user.vip ? "star.slash.fill" : "star.fill")
}
Button {
user.mute = !user.mute