fix(community): 유료 잠금 배경색을 조정한다
This commit is contained in:
@@ -350,7 +350,7 @@ private struct CreatorCommunityAllGridItemView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
ZStack {
|
ZStack {
|
||||||
if isPaidLocked {
|
if isPaidLocked {
|
||||||
Color.gray33
|
Color(hex: "263238")
|
||||||
|
|
||||||
Image("ic_lock_bb")
|
Image("ic_lock_bb")
|
||||||
.resizable()
|
.resizable()
|
||||||
|
|||||||
Reference in New Issue
Block a user