Hi,
I found the same problem with SfDatePicker.
<Style TargetType="SfPicker:SfDatePicker"><Setter Property="Background" Value="{AppThemeBinding Light=White, Dark=Black}" /><Setter Property="SelectionView"><SfPicker:PickerSelectionView Padding="10,5,10,5" Background="#808080" CornerRadius="8" Stroke="#36454F" /></Setter><Setter Property="Format" Value="dd_MM_yyyy" /><Setter Property="HeaderView"><SfPicker:PickerHeaderView Background="{AppThemeBinding Light=White, Dark=Black}" /></Setter><Setter Property="ColumnHeaderView"><SfPicker:DatePickerColumnHeaderView Background="{AppThemeBinding Light=White, Dark=Black}" DayHeaderText="Dia" MonthHeaderText="Mes" YearHeaderText="Ano" /></Setter></Style>Is not working as expected.
Regards,
Diego