summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
diff options
context:
space:
mode:
authorkingces95 <kingces95@users.noreply.github.com>2017-03-27 03:32:18 -0700
committerRui Marinho <me@ruimarinho.net>2017-03-27 11:32:18 +0100
commitff7a3bcde0a6ab0ce5d2ca53891492199fe32998 (patch)
tree3f266227c26e632bf3fe8e3f317def350f5b0d37 /Xamarin.Forms.Platform.UAP
parent1eae24b051061227347f592d092806cab12f31e6 (diff)
downloadxamarin-forms-ff7a3bcde0a6ab0ce5d2ca53891492199fe32998.tar.gz
xamarin-forms-ff7a3bcde0a6ab0ce5d2ca53891492199fe32998.tar.bz2
xamarin-forms-ff7a3bcde0a6ab0ce5d2ca53891492199fe32998.zip
Fix 53427; Change default UAP styling for a label (#837)
Diffstat (limited to 'Xamarin.Forms.Platform.UAP')
-rw-r--r--Xamarin.Forms.Platform.UAP/Resources.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.UAP/Resources.xaml b/Xamarin.Forms.Platform.UAP/Resources.xaml
index 16500459..f109e756 100644
--- a/Xamarin.Forms.Platform.UAP/Resources.xaml
+++ b/Xamarin.Forms.Platform.UAP/Resources.xaml
@@ -424,7 +424,7 @@
<uwp:EntryCellTextBox IsEnabled="{Binding IsEnabled}" Header="{Binding}" Text="{Binding Text, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" TextAlignment="{Binding HorizontalTextAlignment,Converter={StaticResource HorizontalTextAlignmentConverter}}" PlaceholderText="{Binding Placeholder}" InputScope="{Binding Keyboard,Converter={StaticResource KeyboardConverter}}" HorizontalAlignment="Stretch">
<uwp:EntryCellTextBox.HeaderTemplate>
<DataTemplate>
- <TextBlock Text="{Binding Label}" Style="{ThemeResource BaseTextBlockStyle}" Foreground="{Binding LabelColor, Converter={StaticResource ColorConverter}, ConverterParameter=SystemControlBackgroundChromeMediumLowBrush}" />
+ <TextBlock Text="{Binding Label}" Style="{ThemeResource BaseTextBlockStyle}" Foreground="{Binding LabelColor, Converter={StaticResource ColorConverter}, ConverterParameter=DefaultTextForegroundThemeBrush}" />
</DataTemplate>
</uwp:EntryCellTextBox.HeaderTemplate>
</uwp:EntryCellTextBox>