feat(chag-room-bg): 선택된 배경 사진의 테두리 lineWidth 1 -> 5로 수정
This commit is contained in:
		@@ -89,7 +89,7 @@ struct ChatBgSelectionView: View {
 | 
			
		||||
                }
 | 
			
		||||
                .overlay {
 | 
			
		||||
                    Rectangle()
 | 
			
		||||
                        .stroke(lineWidth: 1)
 | 
			
		||||
                        .stroke(lineWidth: 5)
 | 
			
		||||
                        .foregroundColor(.button)
 | 
			
		||||
                        .opacity(selectedBgImageId == item.id ? 1 : 0)
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user