나머지 .font를 .appFont로 변경하여 한국어 텍스트와 다른 언어 텍스트에 다른 폰트 적용
This commit is contained in:
@@ -32,7 +32,7 @@ struct LanguageSettingsView: View {
|
||||
Spacer()
|
||||
if viewModel.pending == option {
|
||||
Image(systemName: "checkmark")
|
||||
.font(.system(size: 16, weight: .semibold))
|
||||
.appFont(size: 16, weight: .bold)
|
||||
.foregroundColor(Color.white)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user