fix(community): 유료 잠금 배경색을 조정한다
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user