This is my Xaml. Is there a way to change the color for the Title, Entry label and entry text?
<TableSection Title="{Binding Translations.details}">
<EntryCell Label="{Binding Translations.name}" Text="{Binding Model.Name}" IsEnabled="false"/>
<EntryCell Label="{Binding Translations.BO}" Text="{Binding Gd}" IsEnabled="false"/>
<EntryCell Label="{Binding Translations.date}" Text="{Binding Date}" IsEnabled ="false"/>
<EntryCell Label="{Binding Translations.started}" Text="{Binding Started}" IsEnabled="false"/>
</TableSection>
Tahnk you!