gmarket_sans 폰트 제거

This commit is contained in:
Yu Sung
2026-01-26 10:20:18 +09:00
parent e100bcb593
commit 091f90dee6
11 changed files with 6 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ struct FocusedTextField: UIViewRepresentable {
func makeUIView(context: Context) -> UITextField {
let textField = UITextField()
textField.delegate = context.coordinator
textField.font = UIFont(name: Font.medium.rawValue, size: 13.3)
textField.font = UIFont(name: Font.preMedium.rawValue, size: 13.3)
textField.textColor = UIColor(hex: "eeeeee", alpha: 1.0)
textField.tintColor = UIColor(hex: "3bb9f1", alpha: 1.0)
textField.keyboardType = .default