언어설정 페이지 "적용" 버튼 다국어 적용

This commit is contained in:
Yu Sung
2026-01-23 06:26:39 +09:00
parent aa29acad0e
commit 7825f54a01

View File

@@ -58,7 +58,7 @@ struct LanguageSettingsView: View {
Button(action: { Button(action: {
Task { await viewModel.applyAndRestart() } Task { await viewModel.applyAndRestart() }
}) { }) {
Text(String(localized: "적용")) Text("적용")
.appFont(size: 16, weight: .bold) .appFont(size: 16, weight: .bold)
.frame(width: cardWidth, height: 50) .frame(width: cardWidth, height: 50)
.background(Color.button) .background(Color.button)