gmarket_sans 폰트 제거
This commit is contained in:
@@ -28,7 +28,7 @@ struct TextViewWrapper: UIViewRepresentable {
|
||||
view.textColor = text.trimmingCharacters(in: .whitespacesAndNewlines) != "" ? UIColor(hex: textColorHex) : .placeholderText
|
||||
}
|
||||
|
||||
view.font = UIFont(name: Font.medium.rawValue, size: 13.3)
|
||||
view.font = UIFont(name: Font.preMedium.rawValue, size: 13.3)
|
||||
view.backgroundColor = backgroundColorHex.isEmpty ? .clear : UIColor(hex: backgroundColorHex)
|
||||
view.layer.cornerRadius = 6.7
|
||||
view.textContainerInset = UIEdgeInsets(top: 20, left: 13.3, bottom: 20, right: 13.3)
|
||||
|
||||
Reference in New Issue
Block a user