From 78188c55175ecb8bf75e10b5bb9583f675c6ba28 Mon Sep 17 00:00:00 2001 From: Anton Mitsengendler Date: Wed, 29 Jul 2020 21:17:25 +0300 Subject: [PATCH] Added template binding for ComboBox placeholder foreground in Fluent Theme --- src/Avalonia.Themes.Fluent/ComboBox.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Avalonia.Themes.Fluent/ComboBox.xaml b/src/Avalonia.Themes.Fluent/ComboBox.xaml index 2788344842..97f36169ed 100644 --- a/src/Avalonia.Themes.Fluent/ComboBox.xaml +++ b/src/Avalonia.Themes.Fluent/ComboBox.xaml @@ -79,6 +79,7 @@ VerticalAlignment="{TemplateBinding VerticalContentAlignment}" Margin="{TemplateBinding Padding}" Text="{TemplateBinding PlaceholderText}" + Foreground="{TemplateBinding PlaceholderForeground}" IsVisible="{TemplateBinding SelectionBoxItem, Converter={x:Static ObjectConverters.IsNull}}" />