gmarket_sans 폰트 제거
This commit is contained in:
@@ -42,7 +42,7 @@ struct ChatTextFieldView: UIViewRepresentable {
|
||||
textField.backgroundColor = UIColor(hex: "222222")
|
||||
textField.textColor = UIColor(hex: "BBBBBB")
|
||||
textField.tintColor = UIColor(hex: "3BB9F1")
|
||||
textField.font = UIFont(name: Font.medium.rawValue, size: 13.3)
|
||||
textField.font = UIFont(name: Font.preMedium.rawValue, size: 13.3)
|
||||
textField.returnKeyType = .send
|
||||
textField.setContentHuggingPriority(.defaultLow, for: .horizontal) // 우선순위 낮추기
|
||||
textField.setContentCompressionResistancePriority(.defaultLow, for: .horizontal) // 우선순위 낮추기
|
||||
|
||||
Reference in New Issue
Block a user