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

@@ -130,5 +130,8 @@
<Style Selector="^.Danger">
<Setter Property="u:Badge.Background" Value="{DynamicResource BadgeDangerBadgeBackground}" />
</Style>
<Style Selector="^.Success">
<Setter Property="u:Badge.Background" Value="{DynamicResource BadgeSuccessBadgeBackground}" />
</Style>
</ControlTheme>
</ResourceDictionary>