스플래시 2024년 10월
This commit is contained in:
@@ -21,14 +21,12 @@ struct SplashView: View {
|
||||
.scaledToFill()
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
|
||||
VStack(spacing: 0) {
|
||||
Image("splash_title")
|
||||
.padding(.top, 60)
|
||||
|
||||
HStack(spacing: 0) {
|
||||
Spacer()
|
||||
|
||||
Image("splash_text")
|
||||
.padding(.bottom, 36)
|
||||
.padding(.top, 94)
|
||||
.padding(.trailing, 38)
|
||||
}
|
||||
|
||||
if isShowUpdatePopup {
|
||||
|
Reference in New Issue
Block a user