jsonwang пре 3 година
родитељ
комит
a6ae7de229
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/View/BFSubtitleEditView.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/View/BFSubtitleEditView.swift

@@ -29,7 +29,7 @@ class BFSubtitleEditView: UIView {
         textView.maxTextLengthRemind = ""
         textView.backgroundColor = UIColor.clear
         textView.textColor = UIColor.hexColor(hexadecimal: "#FFFFFF")
-        textView.tintColor = UIColor.hexColor(hexadecimal: "#EE0051")
+        textView.tintColor = UIColor.hexColor(hexadecimal: "#28BE67")
         textView.font = UIFont.systemFont(ofSize: 17)
         textView.placeHolder = ""
         textView.placeHolderColor = UIColor.hexColor(hexadecimal: "#555555")