fix(splash): 스플래시 화면을 변경한다
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user