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 ba74c9f commit 3cb7dc9Copy full SHA for 3cb7dc9
src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.NumericUpDown.xaml
@@ -184,7 +184,7 @@
184
185
<Style x:Key="MaterialDesignFilledUpDownBase"
186
TargetType="{x:Type wpf:UpDownBase}"
187
- BasedOn="{StaticResource MaterialDesignFloatingHintNumericUpDown}">
+ BasedOn="{StaticResource MaterialDesignFloatingHintUpDownBase}">
188
<Style.Resources>
189
<Style x:Key="NestedTextBoxStyle"
190
TargetType="TextBox"
@@ -208,7 +208,7 @@
208
209
<Style x:Key="MaterialDesignOutlinedUpDownBase"
210
211
212
213
214
0 commit comments