feat(splash): 스플래시 페이지 수정

This commit is contained in:
Yu Sung
2025-09-11 21:48:04 +09:00
parent 112d75084e
commit 9d0bdd34fd
7 changed files with 15 additions and 26 deletions

View File

@@ -22,11 +22,21 @@ struct SplashView: View {
.scaledToFill()
.edgesIgnoringSafeArea(.all)
VStack(spacing: 6) {
Image("splash_text1")
Image("splash_text2")
VStack(spacing: 0) {
Text("목소리로 만나는 새로운 세계")
.font(.custom(Font.preBold.rawValue, size: 23))
.foregroundColor(.white)
Image("splash_text_logo")
Spacer()
Text("소다라이브")
.font(.custom(Font.preBold.rawValue, size: 21))
.foregroundColor(.white)
}
.padding(.top, screenSize().height * 615 / 2337)
.padding(.top, screenSize().height * 580 / 2337)
.padding(.bottom, screenSize().height * 100 / 2337)
if isShowMaintenancePopup {
SodaDialog(