diff --git a/SodaLive/Sources/Content/All/ContentRankingAllView.swift b/SodaLive/Sources/Content/All/ContentRankingAllView.swift index eb7f999..07a25d9 100644 --- a/SodaLive/Sources/Content/All/ContentRankingAllView.swift +++ b/SodaLive/Sources/Content/All/ContentRankingAllView.swift @@ -82,6 +82,15 @@ struct ContentRankingAllView: View { .padding(2.6) .background(Color(hex: "222222")) .cornerRadius(2.6) + + if item.isPointAvailable { + Text("포인트") + .font(.custom(Font.medium.rawValue, size: 8)) + .foregroundColor(.white) + .padding(2.6) + .background(Color(hex: "7849bc")) + .cornerRadius(2.6) + } } Text(item.creatorNickname)