summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
diff options
context:
space:
mode:
authorPaul DiPietro <pauldipietro@users.noreply.github.com>2016-12-27 12:58:48 -0600
committerE.Z. Hart <hartez@users.noreply.github.com>2016-12-27 11:58:48 -0700
commitc1d83aacba24f35f056be5b7e792096650d9b7be (patch)
tree715f8f7d597cdea80f76fe423b3740d1abb3205b /Xamarin.Forms.Platform.UAP
parentc34016dc84a30a351d9323285b68ce6cb02af969 (diff)
downloadxamarin-forms-c1d83aacba24f35f056be5b7e792096650d9b7be.tar.gz
xamarin-forms-c1d83aacba24f35f056be5b7e792096650d9b7be.tar.bz2
xamarin-forms-c1d83aacba24f35f056be5b7e792096650d9b7be.zip
[UWP] Fix TextBox style for foreground focus color (#618)
Diffstat (limited to 'Xamarin.Forms.Platform.UAP')
-rw-r--r--Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
index f449ad5b..4d9ea090 100644
--- a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
+++ b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
@@ -173,6 +173,7 @@
Foreground="{ThemeResource SystemControlForegroundBaseHighBrush}" FontWeight="Normal"
Margin="0,0,0,8" Grid.Row="0" Visibility="Collapsed" x:DeferLoadStrategy="Lazy" />
<ScrollViewer x:Name="ContentElement" AutomationProperties.AccessibilityView="Raw"
+ Foreground="{TemplateBinding ForegroundFocusBrush}"
HorizontalScrollMode="{TemplateBinding ScrollViewer.HorizontalScrollMode}"
HorizontalScrollBarVisibility="{TemplateBinding ScrollViewer.HorizontalScrollBarVisibility}"
IsTabStop="False" IsHorizontalRailEnabled="{TemplateBinding ScrollViewer.IsHorizontalRailEnabled}"