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: