By default, dropdown background color of picker in .Netmaui seem to be set as Gray200; Please tell me how to change it by customized color.
I already set this:
<Picker.Resources> <SolidColorBrush x:Key="TransparentBrush" Color="#464E51"/> <!--<SolidColorBrush x:Key="TransparentBrush" Color="Transparent"/>--> </Picker.Resources>
but it's fail to change background color of the dropdown