From aa3dff077059386a90c9c12dbc765a37f61f16ec Mon Sep 17 00:00:00 2001 From: CMK Date: Wed, 14 Apr 2021 19:49:50 +0800 Subject: [PATCH] feat: update thread dark mode background color --- Mastodon/Scene/Thread/ThreadViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/Scene/Thread/ThreadViewController.swift b/Mastodon/Scene/Thread/ThreadViewController.swift index db7c76a7..bd15b930 100644 --- a/Mastodon/Scene/Thread/ThreadViewController.swift +++ b/Mastodon/Scene/Thread/ThreadViewController.swift @@ -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