Browse Source

no message

南鑫林 5 years ago
parent
commit
f3224f3ee4

+ 1 - 1
RainbowPlanet/RainbowPlanet/Modules/CircleModule/Circle/View/CircleLeavingMessageView/Cell/CircleLeavingMessageCommentTopStepTableViewCell.swift

@@ -71,7 +71,7 @@ class CircleLeavingMessageCommentTopStepTableViewCell: UITableViewCell {
     private lazy var commentLabel: UILabel = {
         let commentLabel = UILabel()
         commentLabel.numberOfLines = 1
-        commentLabel.textColor = k333333Color
+        commentLabel.textColor = k999999Color
         commentLabel.font = kRegularFont14
         commentLabel.textAlignment = .left
         commentLabel.text = "添加评论..."