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 112
112
<Setter Property =" wpf:RippleAssist.Feedback" Value =" {DynamicResource MaterialDesignFlatButtonRipple}" />
113
113
<Setter Property =" TextBlock.FontWeight" Value =" Medium" />
114
114
<Setter Property =" TextBlock.FontSize" Value =" 14" />
115
- <Setter Property =" BorderThickness" Value =" 1 " />
115
+ <Setter Property =" BorderThickness" Value =" 0 " />
116
116
<Setter Property =" HorizontalContentAlignment" Value =" Center" />
117
117
<Setter Property =" VerticalContentAlignment" Value =" Center" />
118
118
<Setter Property =" Padding" Value =" 16 4 16 4" />
121
121
<Setter .Value>
122
122
<ControlTemplate TargetType =" {x:Type Button}" >
123
123
<Grid >
124
- <Border Background =" {TemplateBinding Background}" x : Name =" border" CornerRadius =" 2" >
124
+ <Border Background =" {TemplateBinding Background}" x : Name =" border" CornerRadius =" 2"
125
+ BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" >
125
126
<wpf : Ripple Content =" {TemplateBinding Content}" ContentTemplate =" {TemplateBinding ContentTemplate}" Focusable =" False"
126
127
HorizontalContentAlignment =" {TemplateBinding HorizontalContentAlignment}"
127
128
VerticalContentAlignment =" {TemplateBinding VerticalContentAlignment}"
You can’t perform that action at this time.
0 commit comments