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) }