mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
细微调整夜间模式配色
This commit is contained in:
parent
d41b676aed
commit
93252522e7
@ -192,6 +192,9 @@ class MessageListViewController: BaseViewController {
|
||||
// 标题
|
||||
output.title
|
||||
.drive(self.navigationItem.rx.title).disposed(by: rx.disposeBag)
|
||||
|
||||
// 绑定数据后,滚动到顶部
|
||||
self.scrollToTop()
|
||||
}
|
||||
|
||||
func alertMessage(message: String) {
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user