Kaynağa Gözat

修改字体

harry 3 yıl önce
ebeveyn
işleme
469fec17b3

+ 1 - 1
BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

@@ -417,7 +417,7 @@ public func styleType(_ type:Int) -> ToastStyle{
     case 1 :
         syt.messageColor = .black
         syt.backgroundColor = .white
-        syt.messageFont = UIFont.boldSystemFont(ofSize: 22)
+        syt.messageFont = UIFont.systemFont(ofSize: 22, weight: .semibold)
         syt.cornerRadius = 4
         syt.messageAlignment = .center
     default: