From 2b58a0147bb6034184460a3093862d8ff4c4b4d6 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 9 Mar 2026 10:20:25 +0900 Subject: [PATCH] =?UTF-8?q?fix(community):=20=EC=9C=A0=EB=A3=8C=20?= =?UTF-8?q?=EC=9E=A0=EA=B8=88=20=EB=B0=B0=EA=B2=BD=EC=83=89=EC=9D=84=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/CreatorCommunity/All/CreatorCommunityAllView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()