diff --git a/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift b/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift index 359fe4d..4de9b2d 100644 --- a/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift +++ b/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift @@ -168,15 +168,15 @@ struct LiveRoomViewV2: View { .padding(.top, 16) VStack(alignment: .trailing, spacing: 0) { + Spacer() + LiveRoomRightBottomButton( imageName: viewModel.isSpeakerMute ? "ic_speaker_off" : "ic_speaker_on", onClick: { viewModel.toggleSpeakerMute() } ) - .padding(.top, 26.7) + .padding(.bottom, 40) .padding(.trailing, 13.3) - Spacer() - VStack(spacing: 13.3) { if liveRoomInfo.creatorId == UserDefaults.int(forKey: .userId) { LiveRoomRightBottomButton(