From 6a8be323d68df09015482358c0e4ad4a021e428b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 4 Sep 2025 17:41:59 +0900 Subject: [PATCH] =?UTF-8?q?feat(chag-room-bg):=20=EC=84=A0=ED=83=9D?= =?UTF-8?q?=EB=90=9C=20=EB=B0=B0=EA=B2=BD=20=EC=82=AC=EC=A7=84=EC=9D=98=20?= =?UTF-8?q?=ED=85=8C=EB=91=90=EB=A6=AC=20lineWidth=201=20->=205=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Chat/Talk/Room/Settings/ChatBgSelectionView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Chat/Talk/Room/Settings/ChatBgSelectionView.swift b/SodaLive/Sources/Chat/Talk/Room/Settings/ChatBgSelectionView.swift index 545acd6..5e1f9d9 100644 --- a/SodaLive/Sources/Chat/Talk/Room/Settings/ChatBgSelectionView.swift +++ b/SodaLive/Sources/Chat/Talk/Room/Settings/ChatBgSelectionView.swift @@ -89,7 +89,7 @@ struct ChatBgSelectionView: View { } .overlay { Rectangle() - .stroke(lineWidth: 1) + .stroke(lineWidth: 5) .foregroundColor(.button) .opacity(selectedBgImageId == item.id ? 1 : 0) }