Skip to content

Commit 3cb7dc9

Browse files
authored
base the Filled and Outline style of NumericControls on the actual Base-Styles, not the concrete (style-)implementations (#3757)
1 parent ba74c9f commit 3cb7dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.NumericUpDown.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184

185185
<Style x:Key="MaterialDesignFilledUpDownBase"
186186
TargetType="{x:Type wpf:UpDownBase}"
187-
BasedOn="{StaticResource MaterialDesignFloatingHintNumericUpDown}">
187+
BasedOn="{StaticResource MaterialDesignFloatingHintUpDownBase}">
188188
<Style.Resources>
189189
<Style x:Key="NestedTextBoxStyle"
190190
TargetType="TextBox"
@@ -208,7 +208,7 @@
208208

209209
<Style x:Key="MaterialDesignOutlinedUpDownBase"
210210
TargetType="{x:Type wpf:UpDownBase}"
211-
BasedOn="{StaticResource MaterialDesignFloatingHintNumericUpDown}">
211+
BasedOn="{StaticResource MaterialDesignFloatingHintUpDownBase}">
212212
<Style.Resources>
213213
<Style x:Key="NestedTextBoxStyle"
214214
TargetType="TextBox"

0 commit comments

Comments
 (0)