feat: 스플래시 변경
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 1.4 MiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.8 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 12 KiB  | 
@@ -22,15 +22,11 @@ struct SplashView: View {
 | 
				
			|||||||
                .scaledToFill()
 | 
					                .scaledToFill()
 | 
				
			||||||
                .edgesIgnoringSafeArea(.all)
 | 
					                .edgesIgnoringSafeArea(.all)
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            VStack(spacing: 0) {
 | 
					            VStack(spacing: 6) {
 | 
				
			||||||
                Image("splash_text1")
 | 
					                Image("splash_text1")
 | 
				
			||||||
                    .padding(.top, screenSize().height * 150 / 2337)
 | 
					 | 
				
			||||||
                
 | 
					 | 
				
			||||||
                Spacer()
 | 
					 | 
				
			||||||
                
 | 
					 | 
				
			||||||
                Image("splash_text2")
 | 
					                Image("splash_text2")
 | 
				
			||||||
                    .padding(.bottom, screenSize().height * 240 / 2337)
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					            .padding(.top, screenSize().height * 615 / 2337)
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            if isShowMaintenancePopup {
 | 
					            if isShowMaintenancePopup {
 | 
				
			||||||
                SodaDialog(
 | 
					                SodaDialog(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user