Setting TextColor does not have any effect.
Closed this issue · 1 comments
sven-s commented
When setting the TextColor like this, it does not have any effect:
<ndtp:NullableDateTimePicker
NullableDateTime="{Binding SelectedDate}"
Mode="Date"
Icon="{mi:Fluent Icon=CalendarLtr48, IconColor={StaticResource Primary}}"
BackgroundColor="{StaticResource LineGray}"
TextColor="Blue"
FontSize="20"/>
I am using Version 2.2.0 and tested it with iOS.