You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Theme is overridden from the "Default App mode" setting in windows, the popup background tint still uses the theme from this "Default App Mode" windows setting, rather than the overridden values in the app.
When a popup is shown, the tint is white\light when the Default App Mode is Light. The tint is black\dark when the Default App Mode is Dark.
"Default App Mode" = Dark
"Default App Mode" = Light
Expected Behavior
The popup background tint should adhere to the overridden values in the app.
Steps To Reproduce
This can be reproduced by adding the following changes in the sample app
Application.Current.UserAppTheme = AppTheme.Dark; in App.xaml.cs constructor
RequestedTheme="Dark" in ../platforms/windows/app.xaml
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When the Theme is overridden from the "Default App mode" setting in windows, the popup background tint still uses the theme from this "Default App Mode" windows setting, rather than the overridden values in the app.
When a popup is shown, the tint is white\light when the Default App Mode is Light. The tint is black\dark when the Default App Mode is Dark.
"Default App Mode" = Dark
"Default App Mode" = Light
Expected Behavior
The popup background tint should adhere to the overridden values in the app.
Steps To Reproduce
This can be reproduced by adding the following changes in the sample app
Application.Current.UserAppTheme = AppTheme.Dark; in App.xaml.cs constructor
RequestedTheme="Dark" in ../platforms/windows/app.xaml
Link to public reproduction project repository
https://github.com/sbloomztf/Maui.git
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: