Skip to content

Remove toolbar color scheme override blocking navigation title color#2

Merged
pmdenlinger merged 1 commit intomainfrom
copilot/fix-navigation-bar-title-color
Jan 30, 2026
Merged

Remove toolbar color scheme override blocking navigation title color#2
pmdenlinger merged 1 commit intomainfrom
copilot/fix-navigation-bar-title-color

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Navigation bar title "FoodPin" appears in black instead of the red defined in NavigationBarTitle.colorset. The app configures custom title colors via UINavigationBarAppearance in FoodPinApp.init(), but .toolbarColorScheme(.dark) in RestaurantListView takes precedence and overrides the custom color configuration.

Changes

  • RestaurantListView.swift: Remove .toolbarColorScheme(.dark, for: .navigationBar) modifier that conflicts with UIKit appearance customization

The UIKit appearance configuration already properly references the color asset and handles both light/dark mode variants defined in the colorset.

Original prompt

This section details on the original issue you should resolve

<issue_title>NavigationBarTitle does not appear in the correct red color</issue_title>
<issue_description>The NavigationBarTitle ("FoodPin") should appear in red as prescribed in the colorset. However, it only appears in black.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix NavigationBarTitle color to red Remove toolbar color scheme override blocking navigation title color Jan 22, 2026
Copilot AI requested a review from pmdenlinger January 22, 2026 19:00
@pmdenlinger pmdenlinger marked this pull request as ready for review January 30, 2026 04:15
Copilot AI review requested due to automatic review settings January 30, 2026 04:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pmdenlinger pmdenlinger merged commit 19804e2 into main Jan 30, 2026
1 check passed
@pmdenlinger pmdenlinger deleted the copilot/fix-navigation-bar-title-color branch January 30, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NavigationBarTitle does not appear in the correct red color

3 participants