Skip to content

Commit

Permalink
Update multiply impact to a more consistent theme
Browse files Browse the repository at this point in the history
  • Loading branch information
d4r1091 committed May 15, 2024
1 parent f8b7d5d commit 9fd7ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Ecosia/UI/MultiplyImpact/MultiplyImpact.swift
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ final class MultiplyImpact: UIViewController, Themeable {
navigationItem.standardAppearance = appearance
navigationItem.scrollEdgeAppearance = appearance
navigationController?.navigationBar.backgroundColor = .legacyTheme.ecosia.modalHeader
navigationController?.navigationBar.tintColor = UIColor.Dark.Text.primary
navigationController?.navigationBar.tintColor = themeManager.currentTheme.type == .light ? UIColor.Dark.Text.primary : .legacyTheme.ecosia.primaryBrand
}

private func updateInviteLink() {
Expand Down

0 comments on commit 9fd7ad6

Please sign in to comment.