Skip to content

Commit

Permalink
navigationBar.tintColor = menuHeaderIconTint
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 3, 2024
1 parent 955030e commit 8130b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PVUI/Sources/PVSwiftUI/SideMenu/SideMenuView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ SideMenuView: SwiftUI.View {
provenanceLogo.tintColor = themeManager.currentPalette.menuHeaderIconTint
vc.navigationItem.leftBarButtonItem = provenanceLogo
vc.navigationItem.leftBarButtonItem?.tintColor = menuHeaderIconTint
vc.navigationController?.navigationBar.tintColor = menuHeaderIconTint
})
#endif
.background(themeManager.currentPalette.menuBackground.swiftUIColor)
Expand Down

0 comments on commit 8130b68

Please sign in to comment.