Skip to content

Commit

Permalink
fix: Simple theme is missing resources for TimePicker & DatePicker (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering authored Sep 13, 2023
1 parent 8432059 commit 23dd9fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Avalonia.Themes.Simple/Controls/DateTimePickerShared.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
</Border>
</Design.PreviewWith>

<Thickness x:Key="DateTimeFlyoutButtonBorderThickness">0</Thickness>
<Thickness x:Key="DateTimeFlyoutBorderThickness">1</Thickness>
<Thickness x:Key="DateTimeFlyoutBorderPadding">1</Thickness>

<!-- Theme for the items displayed in the selectors -->
<ControlTheme x:Key="SimpleDateTimePickerItem"
BasedOn="{StaticResource {x:Type ListBoxItem}}"
Expand Down

0 comments on commit 23dd9fb

Please sign in to comment.