feat: add success styles.

This commit is contained in:
Zhang Dian
2023-07-11 15:10:06 +08:00
parent 4bcf41e58b
commit 0818155813
4 changed files with 14 additions and 0 deletions

View File

@@ -89,6 +89,9 @@
<u:Badge BadgeContent="URSA" Classes="Danger">
<Border Width="100" Height="50" />
</u:Badge>
<u:Badge BadgeContent="URSA" Classes="Success">
<Border Width="100" Height="50" />
</u:Badge>
</StackPanel>
<StackPanel Orientation="Horizontal">
<u:Badge
@@ -121,6 +124,12 @@
Dot="True">
<Border Width="100" Height="50" />
</u:Badge>
<u:Badge
BadgeContent="URSA"
Classes="Success"
Dot="True">
<Border Width="100" Height="50" />
</u:Badge>
</StackPanel>
<StackPanel Orientation="Horizontal">
<u:Badge VerticalAlignment="Center" BadgeContent="Hello" />