feat: 스플래시 변경
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user