From d76b406c82d8f59937d5bf55b28559ffac9f5ef6 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 11 Apr 2025 09:15:30 +0900 Subject: [PATCH] Fix template binding --- Flow.Launcher/Resources/CustomControlTemplate.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index ae3cc8018..de84e40d9 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -2875,7 +2875,6 @@ FontFamily="{TemplateBinding FontFamily}" FontSize="{TemplateBinding FontSize}" FontWeight="{TemplateBinding FontWeight}" - Foreground="{DynamicResource ForeGround}" InputScope="{TemplateBinding InputScope}" SelectionBrush="{TemplateBinding SelectionBrush}" TextAlignment="{TemplateBinding TextAlignment}" />