From c2172b29aeb404cbd3f74e1cbf8492b329b2a36a Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 11 May 2024 04:10:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B0=A9=20-=20?= =?UTF-8?q?=EC=9D=8C=EC=86=8C=EA=B1=B0=20=EB=B2=84=ED=8A=BC=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=95=84=EB=9E=98=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(