Description
The prompts displayed by DisplayAlert do not adhere to the theme set by using Application.Current.UserAppTheme.

Steps to Reproduce
- Set the theme to dark using
Application.Current.UserAppTheme = AppTheme.Dark;
- Send a DisplayAlert on the main page on Android. The theme will not be respected and it will use the default light theme.
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
API 30, Android 11
Did you find any workaround?
No response
Relevant log output
No response
Description
The prompts displayed by DisplayAlert do not adhere to the theme set by using
Application.Current.UserAppTheme.Steps to Reproduce
Application.Current.UserAppTheme = AppTheme.Dark;Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
API 30, Android 11
Did you find any workaround?
No response
Relevant log output
No response