feat: add Danger Classes to replace Error Classes in ProgressBar.

This commit is contained in:
Zhang Dian
2024-07-13 15:13:39 +08:00
parent 915c45c21f
commit 2da1ecf5a0
4 changed files with 13 additions and 1 deletions

View File

@@ -155,7 +155,7 @@
Value="60" />
<ProgressBar
Width="200"
Classes="Error"
Classes="Danger"
Maximum="100"
Minimum="0"
ShowProgressText="True"