Skip to content

Commit

Permalink
fix: 修复回复详情颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Nov 10, 2024
1 parent 776cee1 commit bcac706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ReplyDetailViewController: UIViewController {

setUpViews()
replyLabel.setTitle(reply.content.message, for: .normal)

replyLabel.setTitleColor(UIColor.label, for: .normal)
if let attr = reply.createAttributedString(displayView: replyLabel) {
replyLabel.setAttributedTitle(attr, for: .normal)
}
Expand Down

0 comments on commit bcac706

Please sign in to comment.