We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e3cae commit 2e55994Copy full SHA for 2e55994
src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PopupBox.xaml
@@ -115,6 +115,7 @@
115
ContentTemplate="{TemplateBinding ToggleContentTemplate}"
116
ContentTemplateSelector="{TemplateBinding ToggleContentTemplateSelector}"
117
Cursor="Hand"
118
+ Foreground="{TemplateBinding Foreground}"
119
IsChecked="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=IsPopupOpen, Mode=TwoWay}"
120
IsTabStop="{TemplateBinding IsTabStop}"
121
Padding="0"
0 commit comments