minor UI fix

This commit is contained in:
ryanzhao 2021-10-01 09:35:14 +10:00
parent 6b81d78d43
commit 260f539283
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ final class ThreadPickerVC : UIViewController, UITableViewDataSource, UITableVie
let appearance = UINavigationBarAppearance()
appearance.configureWithOpaqueBackground()
appearance.backgroundColor = Colors.navigationBarBackground
appearance.shadowColor = .clear
navigationBar.standardAppearance = appearance;
navigationBar.scrollEdgeAppearance = navigationBar.standardAppearance
}