라이브 방
- 음소거 버튼 위치 아래로 이동
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung