Skip to content

Commit 3f1267f

Browse files
committed
Fix Fontcolor binding
1 parent b362bc6 commit 3f1267f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,6 +2785,7 @@
27852785
<Trigger Property="IsEnabled" Value="false">
27862786
<Setter TargetName="HeaderContentPresenter" Property="Foreground" Value="{DynamicResource TextControlHeaderForegroundDisabled}" />
27872787
<Setter Property="Background" Value="{DynamicResource TextControlBackgroundDisabled}" />
2788+
<Setter TargetName="BorderElementInline" Property="Background" Value="{DynamicResource TextControlBackgroundDisabled}" />
27882789
<Setter TargetName="BorderElement" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushDisabled}" />
27892790
<Setter Property="Foreground" Value="{DynamicResource TextControlForegroundDisabled}" />
27902791
<Setter TargetName="PlaceholderTextContentPresenter" Property="Foreground" Value="{DynamicResource TextControlPlaceholderForegroundDisabled}" />
@@ -2872,7 +2873,7 @@
28722873
FontFamily="{TemplateBinding FontFamily}"
28732874
FontSize="{TemplateBinding FontSize}"
28742875
FontWeight="{TemplateBinding FontWeight}"
2875-
Foreground="{DynamicResource Color05B}"
2876+
Foreground="{TemplateBinding Foreground}"
28762877
InputScope="{TemplateBinding InputScope}"
28772878
SelectionBrush="{TemplateBinding SelectionBrush}"
28782879
TextAlignment="{TemplateBinding TextAlignment}" />

0 commit comments

Comments
 (0)