fix(community): 유료 잠금 배경색을 조정한다

This commit is contained in:
Yu Sung
2026-03-09 10:20:25 +09:00
parent 4fc7f6a39a
commit 2b58a0147b

View File

@@ -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()