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 5b185e2 commit d82fb55Copy full SHA for d82fb55
src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.NumericUpDown.xaml
@@ -55,7 +55,7 @@
55
<converters:NonDefaultThicknessConverter x:Key="OutlinedBorderInactiveThicknessConverter" DefaultThickness="{x:Static wpf:Constants.DefaultOutlinedBorderInactiveThickness}" />
56
<converters:NonDefaultThicknessConverter x:Key="OutlinedBorderActiveThicknessConverter" DefaultThickness="{x:Static wpf:Constants.DefaultOutlinedBorderActiveThickness}" />
57
</ControlTemplate.Resources>
58
- <Grid>
+ <Grid Background="{TemplateBinding Background}">
59
<TextBox x:Name="PART_TextBox"
60
Padding="{TemplateBinding Padding, Converter={StaticResource NumericUpDownPaddingConverter}}"
61
VerticalAlignment="Stretch"
0 commit comments