From 3f1267feb4f36695c879912194f8fc86a20a89da Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 11 Apr 2025 06:43:38 +0900 Subject: [PATCH] Fix Fontcolor binding --- Flow.Launcher/Resources/CustomControlTemplate.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index ffa5eea41..c18d5fa60 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -2785,6 +2785,7 @@ + @@ -2872,7 +2873,7 @@ FontFamily="{TemplateBinding FontFamily}" FontSize="{TemplateBinding FontSize}" FontWeight="{TemplateBinding FontWeight}" - Foreground="{DynamicResource Color05B}" + Foreground="{TemplateBinding Foreground}" InputScope="{TemplateBinding InputScope}" SelectionBrush="{TemplateBinding SelectionBrush}" TextAlignment="{TemplateBinding TextAlignment}" />