라이브 - 팝업 내용에 룰렛이 있으면 왼쪽 아이콘을 룰렛아이콘으로 변경

This commit is contained in:
Yu Sung 2023-12-07 11:54:52 +09:00
parent da1686bb34
commit 3897976a2b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ struct LiveRoomDialogView: View {
var body: some View {
VStack(alignment: .leading, spacing: 0) {
HStack(alignment: .center, spacing: 11.7) {
Image("ic_request_speak")
Image(content.contains("룰렛") ? "ic_roulette" : "ic_request_speak")
.resizable()
.frame(width: 36, height: 36)