How would I change the Button text color on a Xamarin Forms DisplayAlert dialog?
Possible to change color with the help of custom renderers for each platform. You have access to native api inside custom renderer. But need to be sure that is needed, because it is not recommended (for iOS sure).
Relative topic for iOS here.