Skip to content

Commit

Permalink
Remove white tint in web setting (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur authored Oct 23, 2023
1 parent 38f217c commit ee076fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ extension Configuration.ColorScheme {
var navigationBarAppearance: UINavigationBarAppearance {
switch self {
case .web:
UIBarButtonItem.appearance().tintColor = .white
let navBarAppearance = UINavigationBarAppearance()
navBarAppearance.titleTextAttributes = [.foregroundColor: UIColor.white]
navBarAppearance.backgroundColor = UIColor(red: 0.19, green: 0.05, blue: 0.48, alpha: 1.00)
Expand Down

0 comments on commit ee076fb

Please sign in to comment.