스플래시 2024년 10월

This commit is contained in:
Yu Sung
2024-10-02 15:23:17 +09:00
parent 1a133158bf
commit 109f3b39d1
5 changed files with 3 additions and 26 deletions

View File

@@ -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 {