feat(chag-room-bg): 선택된 배경 사진의 테두리 lineWidth 1 -> 5로 수정

This commit is contained in:
Yu Sung
2025-09-04 17:41:59 +09:00
parent 079f914128
commit 6a8be323d6

View File

@@ -89,7 +89,7 @@ struct ChatBgSelectionView: View {
}
.overlay {
Rectangle()
.stroke(lineWidth: 1)
.stroke(lineWidth: 5)
.foregroundColor(.button)
.opacity(selectedBgImageId == item.id ? 1 : 0)
}