feat: move some resources to shared, update several pseudoclass style.

This commit is contained in:
rabbitism
2023-01-28 23:54:48 +08:00
parent c8074300a0
commit b9a8bd3a2e
5 changed files with 87 additions and 65 deletions

View File

@@ -9,6 +9,8 @@
mc:Ignorable="d">
<StackPanel Margin="20" Spacing="20">
<TimePicker />
<Button Content="Hello" Theme="{DynamicResource FluentTimePickerFlyoutButton}" />
<TimePicker MinuteIncrement="15" />
<TimePicker ClockIdentifier="24HourClock" />
<TimePicker ClockIdentifier="12HourClock" IsEnabled="False" />
</StackPanel>
</UserControl>