fix(splash): 스플래시 화면을 변경한다

This commit is contained in:
Yu Sung
2026-07-12 09:06:49 +09:00
parent eaed309a1d
commit 359df77b83
2 changed files with 7 additions and 13 deletions

View File

@@ -17,10 +17,8 @@ struct SplashView: View {
var body: some View {
ZStack(alignment: .top) {
Image("splash_bg")
.resizable()
.scaledToFill()
.edgesIgnoringSafeArea(.all)
Color.black
.ignoresSafeArea()
VStack(spacing: 0) {
Spacer()
@@ -31,13 +29,9 @@ struct SplashView: View {
Image("splash_text_logo")
.padding(.top, 10)
Text(I18n.Splash.brandName)
.appFont(size: 21, weight: .bold)
.foregroundColor(.white)
.padding(.top, 52)
Spacer()
}
.padding(.bottom, screenSize().height * 100 / 2337)
if isShowMaintenancePopup {
SodaDialog(