diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift index 9db495c..6d4e5b4 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift @@ -350,7 +350,7 @@ private struct CreatorCommunityAllGridItemView: View { var body: some View { ZStack { if isPaidLocked { - Color.gray33 + Color(hex: "263238") Image("ic_lock_bb") .resizable()