diff --git a/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png b/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png index 8c6f1e8..888aaef 100644 Binary files a/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png and b/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png differ diff --git a/SodaLive/Resources/Assets.xcassets/splash/splash_text1.imageset/splash_text1.png b/SodaLive/Resources/Assets.xcassets/splash/splash_text1.imageset/splash_text1.png index e0d9db5..1a6b595 100644 Binary files a/SodaLive/Resources/Assets.xcassets/splash/splash_text1.imageset/splash_text1.png and b/SodaLive/Resources/Assets.xcassets/splash/splash_text1.imageset/splash_text1.png differ diff --git a/SodaLive/Resources/Assets.xcassets/splash/splash_text2.imageset/splash_text2.png b/SodaLive/Resources/Assets.xcassets/splash/splash_text2.imageset/splash_text2.png index 8492c53..b736900 100644 Binary files a/SodaLive/Resources/Assets.xcassets/splash/splash_text2.imageset/splash_text2.png and b/SodaLive/Resources/Assets.xcassets/splash/splash_text2.imageset/splash_text2.png differ diff --git a/SodaLive/Sources/Splash/SplashView.swift b/SodaLive/Sources/Splash/SplashView.swift index 795a832..bdd0f9b 100644 --- a/SodaLive/Sources/Splash/SplashView.swift +++ b/SodaLive/Sources/Splash/SplashView.swift @@ -22,15 +22,11 @@ struct SplashView: View { .scaledToFill() .edgesIgnoringSafeArea(.all) - VStack(spacing: 0) { + VStack(spacing: 6) { Image("splash_text1") - .padding(.top, screenSize().height * 150 / 2337) - - Spacer() - Image("splash_text2") - .padding(.bottom, screenSize().height * 240 / 2337) } + .padding(.top, screenSize().height * 615 / 2337) if isShowMaintenancePopup { SodaDialog(