Merge branch 'main' into feature/i18n
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user