스플래시 화면 변경

This commit is contained in:
Yu Sung
2026-01-19 13:56:33 +09:00
parent a34c050d25
commit d9861b4612
3 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 KiB

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -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 {