Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color changes in default project template prevent flyout button from being visible #21280

Closed
sigged opened this issue Mar 18, 2024 · 1 comment

Comments

@sigged
Copy link

sigged commented Mar 18, 2024

Description

In the latest template changes, some styles in the default MAUI project prevent the flyout menu button from being visible.
For example, the Shell.Background color used to be set to Primary, but it is now White. On Android (light theme), this effectively makes the white menu button invisible. This is less than ideal for new devs or students being introduced to MAUI.

image

I can see that this change was introduced in the following PR, but I'm not really sure why it was needed to change the color to white in the first place.

https://github.com/dotnet/maui/pull/18379/files#diff-dff3632615a2abc5f36f61b4f18f021b08fc73d583ba0453b061815b4ec25b46

To fix this, the style changes should either be reverted or the color of the menu icon should change as well.

Steps to Reproduce

  1. Create a new .NET MAUI project
  2. In AppShell.xaml, set the following: Shell.FlyoutBehavior="Flyout"
  3. Run the project on a device using light theme
  4. Try to find the menu button 🔍

Link to public reproduction project repository

No response

Version with bug

8.0.3 GA

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

8.0.0-rc.2.9511

Affected platforms

iOS, Android, Windows, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

@sigged sigged added the t/bug Something isn't working label Mar 18, 2024
@PureWeen
Copy link
Member

Duplicate of #19178

@PureWeen PureWeen marked this as a duplicate of #19178 Mar 18, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants