feat: implement background sizing, change alignments and min height according to the design.

This commit is contained in:
rabbitism
2024-03-19 21:53:22 +08:00
parent 8b4a670be8
commit 6df8ea2101
10 changed files with 378 additions and 263 deletions

View File

@@ -48,5 +48,10 @@
Danger
</RepeatButton>
</StackPanel>
<StackPanel Orientation="Horizontal" Spacing="8">
<RepeatButton Classes="Small">Small</RepeatButton>
<RepeatButton>Default</RepeatButton>
<RepeatButton Classes="Large">Large</RepeatButton>
</StackPanel>
</StackPanel>
</UserControl>