Skip to content

Commit

Permalink
Update TopicCell.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengyu committed Dec 17, 2023
1 parent 77b1d0c commit 8186b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/FeedbackSwift/Items/Topic/TopicCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ final public class TopicCell: UITableViewCell {

private func commonInit() {
button.titleLabel?.font = .preferredFont(forTextStyle: .body)
button.frame = .init(origin: .zero, size: CGSize(width: 100, height: 34))
accessoryView = button
}
}
Expand Down

0 comments on commit 8186b79

Please sign in to comment.