Merge branch 'main' into feature/i18n

This commit is contained in:
Yu Sung
2025-12-26 18:25:01 +09:00
5 changed files with 15 additions and 23 deletions

View File

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