harry 3 年 前
コミット
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: