Skip to content
Permalink
Browse files
Changed text colour to white as clearer
  • Loading branch information
Shivani Sharma committed Nov 16, 2020
1 parent 435a05d commit fa2e47dccd563f46b909173bde677cbaa23cf4cf
Showing 1 changed file with 3 additions and 1 deletion.
@@ -10,7 +10,9 @@
<Entry x:Name="ageEntry"
Placeholder="Enter time"
PlaceholderColor="#705C6E"/>
<Button BackgroundColor="#705C6E" Text="Add to your agenda database!"
<Button BackgroundColor="#705C6E"
TextColor="White"
Text="Add to your agenda database!"
Clicked="OnButtonClicked" />
<ListView x:Name="listView">
<ListView.ItemTemplate>

0 comments on commit fa2e47d

Please sign in to comment.