스플래시 화면 변경
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 616 KiB After Width: | Height: | Size: 4.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 12 KiB |
@@ -23,19 +23,20 @@ struct SplashView: View {
|
|||||||
.edgesIgnoringSafeArea(.all)
|
.edgesIgnoringSafeArea(.all)
|
||||||
|
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
|
Spacer()
|
||||||
|
|
||||||
Text(I18n.Splash.tagline)
|
Text(I18n.Splash.tagline)
|
||||||
.font(.custom(Font.preBold.rawValue, size: 23))
|
.font(.custom(Font.preBold.rawValue, size: 23))
|
||||||
.foregroundColor(Color(hex: "263238"))
|
.foregroundColor(.white)
|
||||||
|
|
||||||
Image("splash_text_logo")
|
Image("splash_text_logo")
|
||||||
|
.padding(.top, 10)
|
||||||
Spacer()
|
|
||||||
|
|
||||||
Text(I18n.Splash.brandName)
|
Text(I18n.Splash.brandName)
|
||||||
.font(.custom(Font.preBold.rawValue, size: 21))
|
.font(.custom(Font.preBold.rawValue, size: 21))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
|
.padding(.top, 52)
|
||||||
}
|
}
|
||||||
.padding(.top, screenSize().height * 510 / 2337)
|
|
||||||
.padding(.bottom, screenSize().height * 100 / 2337)
|
.padding(.bottom, screenSize().height * 100 / 2337)
|
||||||
|
|
||||||
if isShowMaintenancePopup {
|
if isShowMaintenancePopup {
|
||||||
|
|||||||
Reference in New Issue
Block a user