harry 3 лет назад
Родитель
Сommit
469fec17b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

+ 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: