细微调整夜间模式配色

This commit is contained in:
Fin 2021-10-22 18:32:49 +08:00
parent d41b676aed
commit 93252522e7
2 changed files with 4 additions and 0 deletions

View File

@ -192,6 +192,9 @@ class MessageListViewController: BaseViewController {
//
output.title
.drive(self.navigationItem.rx.title).disposed(by: rx.disposeBag)
//
self.scrollToTop()
}
func alertMessage(message: String) {

View File

@ -29,6 +29,7 @@ class GroupTableViewCell: BaseTableViewCell {
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
super.init(style: style, reuseIdentifier: reuseIdentifier)
self.selectionStyle = .none
self.backgroundColor = BKColor.background.secondary
self.contentView.addSubview(nameLabel)
self.contentView.addSubview(checkButton)