Skip to content

Commit

Permalink
TextColor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebarslan committed Mar 29, 2024
1 parent a1d95df commit e566871
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Maui.NullableDateTimePicker.Samples/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
Icon="{Binding CalendarIcon}"
WidthRequest="200"
HeightRequest="40"
Padding="5"/>
Padding="5"
TextColor="Red"
/>

<Label Text="Disabled" TextColor="Black" />
<ndtp:NullableDateTimePicker NullableDateTime="{Binding MyDateTime}"
Expand Down

0 comments on commit e566871

Please sign in to comment.