diff --git a/SodaLive/Sources/Live/Room/Dialog/LiveRoomDialogView.swift b/SodaLive/Sources/Live/Room/Dialog/LiveRoomDialogView.swift index f3efa01..5506145 100644 --- a/SodaLive/Sources/Live/Room/Dialog/LiveRoomDialogView.swift +++ b/SodaLive/Sources/Live/Room/Dialog/LiveRoomDialogView.swift @@ -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)