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 3b40a79..f62a78c 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_text_logo.imageset/splash_text_logo.png b/SodaLive/Resources/Assets.xcassets/splash/splash_text_logo.imageset/splash_text_logo.png index 07e7416..47d2b6b 100644 Binary files a/SodaLive/Resources/Assets.xcassets/splash/splash_text_logo.imageset/splash_text_logo.png and b/SodaLive/Resources/Assets.xcassets/splash/splash_text_logo.imageset/splash_text_logo.png differ diff --git a/SodaLive/Sources/Splash/SplashView.swift b/SodaLive/Sources/Splash/SplashView.swift index 7cf4019..7a7f357 100644 --- a/SodaLive/Sources/Splash/SplashView.swift +++ b/SodaLive/Sources/Splash/SplashView.swift @@ -23,19 +23,20 @@ struct SplashView: View { .edgesIgnoringSafeArea(.all) VStack(spacing: 0) { + Spacer() + Text(I18n.Splash.tagline) .font(.custom(Font.preBold.rawValue, size: 23)) - .foregroundColor(Color(hex: "263238")) + .foregroundColor(.white) Image("splash_text_logo") - - Spacer() + .padding(.top, 10) Text(I18n.Splash.brandName) .font(.custom(Font.preBold.rawValue, size: 21)) .foregroundColor(.white) + .padding(.top, 52) } - .padding(.top, screenSize().height * 510 / 2337) .padding(.bottom, screenSize().height * 100 / 2337) if isShowMaintenancePopup {