Open
Description
Description
If dark theme is enabled or disabled when application is running, border around text entry widgets (Entry, TextEditor, Picker) disappears. More specifically, it doesn't update its color on theme change so it blends with the background.
This is true for both light -> dark and dark -> light changes.
Light -> dark:
Dark -> Light:
Steps to Reproduce
- Create a Maui app with Entry elements.
- Launch app on Android
- While app is running, switch dark theme on (if it was off) or off (if it was on)
Expected behavior:
Text entry border remains visible.
Actual behavior:
Text entry border is not visible.
Link to public reproduction project repository
https://github.com/webwarrior-ws/SampleMauiAppWithEntry
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
any?
Did you find any workaround?
No response
Relevant log output
No response