|
|
@@ -53,7 +53,7 @@ extension LNRoomGiftMessageCell {
|
|
|
private func buildContent(_ message: LNRoomGiftMessageItem, giftImage: UIImage = .icGift) -> NSAttributedString {
|
|
|
let text = String(key: "B00130", message.senderName, message.receiverName, message.giftCount)
|
|
|
let attr = NSMutableAttributedString(string: text, attributes: [
|
|
|
- .font: UIFont.body_s,
|
|
|
+ .font: UIFont.heading_h5,
|
|
|
.foregroundColor: UIColor.text_1
|
|
|
])
|
|
|
|
|
|
@@ -112,7 +112,7 @@ extension LNRoomGiftMessageCell {
|
|
|
}
|
|
|
|
|
|
contentLabel.text = " "
|
|
|
- contentLabel.font = .body_s
|
|
|
+ contentLabel.font = .heading_h5
|
|
|
contentLabel.textColor = .text_1
|
|
|
contentLabel.numberOfLines = 0
|
|
|
container.addSubview(contentLabel)
|