feat(splash): 스플래시 페이지 수정
This commit is contained in:
		@@ -22,11 +22,21 @@ struct SplashView: View {
 | 
			
		||||
                .scaledToFill()
 | 
			
		||||
                .edgesIgnoringSafeArea(.all)
 | 
			
		||||
            
 | 
			
		||||
            VStack(spacing: 6) {
 | 
			
		||||
                Image("splash_text1")
 | 
			
		||||
                Image("splash_text2")
 | 
			
		||||
            VStack(spacing: 0) {
 | 
			
		||||
                Text("목소리로 만나는 새로운 세계")
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 23))
 | 
			
		||||
                    .foregroundColor(.white)
 | 
			
		||||
                
 | 
			
		||||
                Image("splash_text_logo")
 | 
			
		||||
                
 | 
			
		||||
                Spacer()
 | 
			
		||||
                
 | 
			
		||||
                Text("소다라이브")
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 21))
 | 
			
		||||
                    .foregroundColor(.white)
 | 
			
		||||
            }
 | 
			
		||||
            .padding(.top, screenSize().height * 615 / 2337)
 | 
			
		||||
            .padding(.top, screenSize().height * 580 / 2337)
 | 
			
		||||
            .padding(.bottom, screenSize().height * 100 / 2337)
 | 
			
		||||
            
 | 
			
		||||
            if isShowMaintenancePopup {
 | 
			
		||||
                SodaDialog(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user