Skip to content

Commit

Permalink
Merge pull request #385 from OMZigak/fix/#384-meeting-info
Browse files Browse the repository at this point in the history
[fix] 모임 상세 화면 최종 QA 반영
  • Loading branch information
JinUng41 authored Sep 14, 2024
2 parents 98691c2 + 34bed5e commit 482204d
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 482204d

Please sign in to comment.