Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/suyeon'
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 15, 2024
2 parents 4c0b042 + 482204d commit 49c4e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KkuMulKum/Source/MeetingInfo/Cell/MeetingPromiseCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extension MeetingPromiseCell {
nameLabel.setText(model.name, style: .body03, color: model.state.nameTextColor)
dateLabel.setText(model.dateText, style: .body06, color: model.state.otherTextColor)
timeLabel.setText(model.timeText, style: .body06, color: model.state.otherTextColor)
placeLabel.setText(model.placeName, style: .body06, color: model.state.otherTextColor)
placeLabel.setText(model.placeName, style: .body06, color: model.state.otherTextColor, isSingleLine: true)
}
}

Expand Down

0 comments on commit 49c4e2c

Please sign in to comment.