|
@@ -88,7 +88,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
|
|
|
buttonPlayStop.setImage(CCGraphics.changeThemingColorImage(UIImage(named: "audioPlay")!, width: 200, height: 200, color: NCBrandColor.sharedInstance.icon), for: .normal)
|
|
|
|
|
|
// Progress view
|
|
|
- progressView.progressTintColor = NCBrandColor.sharedInstance.brandElement
|
|
|
+ progressView.progressTintColor = NCBrandColor.sharedInstance.graySoft
|
|
|
progressView.trackTintColor = UIColor(red: 247.0/255.0, green: 247.0/255.0, blue: 247.0/255.0, alpha: 1.0)
|
|
|
progressView.progress = 0
|
|
|
|
|
@@ -122,6 +122,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
|
|
|
|
|
|
row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.right.rawValue
|
|
|
row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
|
|
|
+ row.cellConfig["textLabel.textColor"] = UIColor.black
|
|
|
|
|
|
section.addFormRow(row)
|
|
|
|
|
@@ -178,7 +179,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
|
|
|
override func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
|
|
|
let header: UITableViewHeaderFooterView = view as! UITableViewHeaderFooterView
|
|
|
header.textLabel?.font = UIFont.systemFont(ofSize: 13.0)
|
|
|
- header.textLabel?.textColor = NCBrandColor.sharedInstance.icon //UIColor.lightGray
|
|
|
+ header.textLabel?.textColor = NCBrandColor.sharedInstance.icon
|
|
|
}
|
|
|
|
|
|
// MARK: - Action
|