영문 리소스와 스플래시 문구 갱신

This commit is contained in:
Yu Sung
2025-12-30 19:24:57 +09:00
parent 7775e4f0d9
commit 921c7e008c
3 changed files with 6265 additions and 6256 deletions

View File

@@ -23,7 +23,7 @@ struct SplashView: View {
.edgesIgnoringSafeArea(.all)
VStack(spacing: 0) {
Text("목소리로 만나는 새로운 세계")
Text(I18n.Splash.tagline)
.font(.custom(Font.preBold.rawValue, size: 23))
.foregroundColor(Color(hex: "263238"))
@@ -31,7 +31,7 @@ struct SplashView: View {
Spacer()
Text("소다라이브")
Text(I18n.Splash.brandName)
.font(.custom(Font.preBold.rawValue, size: 21))
.foregroundColor(.white)
}