chore(splash): 스플래시 화면을 정리한다
This commit is contained in:
@@ -20,15 +20,14 @@ struct SplashView: View {
|
||||
Color.black
|
||||
.ignoresSafeArea()
|
||||
|
||||
VStack(spacing: 0) {
|
||||
VStack(spacing: 8) {
|
||||
Spacer()
|
||||
|
||||
Text(I18n.Splash.tagline)
|
||||
.appFont(size: 23, weight: .bold)
|
||||
.foregroundColor(.white)
|
||||
|
||||
Image("splash_text_logo")
|
||||
.padding(.top, 10)
|
||||
|
||||
Text(I18n.Splash.tagline)
|
||||
.appFont(.heading4)
|
||||
.foregroundColor(.white)
|
||||
|
||||
Spacer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user