feat(main): 메인 탭 화면을 추가한다

This commit is contained in:
Yu Sung
2026-05-19 15:54:37 +09:00
parent 270332d7c4
commit 1a5df53edb
26 changed files with 1580 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ struct EventPopupDialogView: View {
.padding(.horizontal, 26.7)
.padding(.bottom, 13.3)
}
.background(Color(hex: "222222"))
.background(Color.black)
.cornerRadius(16.7, corners: [.topLeft, .topRight])
}
}