Skip to content

Commit

Permalink
Added in a template binding to the background property in the Materia…
Browse files Browse the repository at this point in the history
…lDesignDatePicker, this now makes it so when setting Background on a datepicker it will reflect the change. (MaterialDesignInXAML#1721)
  • Loading branch information
ColossalMoose committed Apr 3, 2020
1 parent 5908464 commit da202dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
<DatePickerTextBox x:Name="PART_TextBox"
Grid.Column="0"
Focusable="{TemplateBinding Focusable}"
Background="{TemplateBinding Background}"
Grid.Row="0"
Padding="0,0,8,0"
VerticalContentAlignment="Center"
Expand Down

0 comments on commit da202dd

Please sign in to comment.