feat(live): 라이브 상세를 전역 바텀시트로 표시한다

This commit is contained in:
Yu Sung
2026-03-06 17:46:26 +09:00
parent 42ce09d927
commit 298c02b83f
4 changed files with 79 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ struct LiveDetailView: View {
var onClickClose: (() -> Void)? = nil
var body: some View {
BaseView(isLoading: $viewModel.isLoading) {
ZStack {
Color.black.opacity(0.7)
.onTapGesture {
viewModel.onBack {