|
@@ -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 = "添加评论..."
|