File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 70
70
</VisualStateGroup >
71
71
</VisualStateManager .VisualStateGroups>
72
72
<wpf : PackIcon Kind =" ChevronDown" Opacity =" .38" x : Name =" ExpandPath" RenderTransformOrigin =" 0.5,0.5"
73
- Height =" 24" Width =" 24" >
73
+ Height =" 24" Width =" 24" Foreground = " {Binding RelativeSource={RelativeSource AncestorType={x:Type Expander}}, Path=Foreground} " >
74
74
<wpf : PackIcon .RenderTransform>
75
75
<TransformGroup >
76
76
<ScaleTransform />
278
278
Style =" {StaticResource MaterialDesignExpanderDownHeaderStyle}"
279
279
TextElement.FontSize=" 15"
280
280
Opacity =" .87"
281
+ Foreground =" {TemplateBinding Foreground}"
281
282
Content =" {TemplateBinding Header}"
282
283
ContentTemplate =" {TemplateBinding HeaderTemplate}"
283
284
ContentTemplateSelector =" {TemplateBinding HeaderTemplateSelector}"
347
348
</Setter >
348
349
</Style >
349
350
350
- </ResourceDictionary >
351
+ </ResourceDictionary >
You can’t perform that action at this time.
0 commit comments