Anyone else notice that the RadioButton Content (at least on iOS) ignores the TextColor attribute? In Dark mode it displays the content as white text no matter what I set it to.
<RadioButton Content="Black Content Text" TextColor="{AppThemeBinding Light=Black, Dark=Black}" />
Is this a known Maui bug?