feat: update thread dark mode background color

This commit is contained in:
CMK 2021-04-14 19:49:50 +08:00
parent 1723891099
commit aa3dff0770
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ extension ThreadViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = Asset.Colors.Background.systemGroupedBackground.color
view.backgroundColor = Asset.Colors.Background.secondarySystemBackground.color
navigationItem.title = L10n.Scene.Thread.backTitle
navigationItem.titleView = titleView
navigationItem.rightBarButtonItem = replyBarButtonItem