We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Icon color does not apply the theme color with AppThemeBinding, within the same process. It only apply on widget creation.
To Reproduce Steps to reproduce the behavior:
Expected behavior The icon color should change with the theme changing.
Screenshots Code sample: App with light theme: App with dark theme set dynamically:
Desktop and Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug Icon color does not apply the theme color with AppThemeBinding, within the same process. It only apply on widget creation. To Reproduce Steps to reproduce the behavior: Create a Maui App project with dotnet 9.0 Add an maui icon to the screen Specify a Icon color to the IconColor property, with AppThemeBinding Siwthc app theme ( same app instance ), inspcect the icon color If I restart the app, the color does not change, but the label color is changed as expected Expected behavior The icon color should change with the theme changing. Screenshots Code sample: App with light theme: App with dark theme set dynamically: Desktop and Smartphone (please complete the following information): OS: iOS, Windows. (Android should be the same) Version: 4.0.0 Additional context Add any other context about the problem here.
It seems like bug, I'll push a patch to fix this issue as soon as possible
Sorry, something went wrong.
AathifMahir
No branches or pull requests
Describe the bug
Icon color does not apply the theme color with AppThemeBinding, within the same process.
It only apply on widget creation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The icon color should change with the theme changing.
Screenshots
Code sample:
App with light theme:
App with dark theme set dynamically:
Desktop and Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: