File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 437
437
438
438
<Style x : Key =" MaterialDesignToolForegroundButton" TargetType =" {x:Type ButtonBase}" BasedOn =" {StaticResource MaterialDesignToolButton}" >
439
439
<Setter Property =" Foreground" Value =" {Binding RelativeSource={RelativeSource AncestorType={x:Type FrameworkElement}}, Path=(TextElement.Foreground)}" />
440
+ <Setter Property =" wpf:RippleAssist.Feedback" Value =" {Binding RelativeSource={RelativeSource AncestorType={x:Type FrameworkElement}}, Path=(TextElement.Foreground)}" />
440
441
</Style >
441
442
442
443
<!-- #endregion-->
671
672
672
673
<Style x : Key =" MaterialDesignIconForegroundButton" TargetType =" {x:Type ButtonBase}" BasedOn =" {StaticResource MaterialDesignIconButton}" >
673
674
<Setter Property =" Foreground" Value =" {Binding RelativeSource={RelativeSource AncestorType={x:Type FrameworkElement}}, Path=(TextElement.Foreground)}" />
675
+ <Setter Property =" wpf:RippleAssist.Feedback" Value =" {Binding RelativeSource={RelativeSource AncestorType={x:Type FrameworkElement}}, Path=(TextElement.Foreground)}" />
674
676
</Style >
675
677
676
678
<!-- #endregion-->
You can’t perform that action at this time.
0 commit comments