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

(cherry picked from commit 2da1ecf5a0)
This commit is contained in:
Zhang Dian
2024-07-13 15:13:39 +08:00
parent 253f88d982
commit 504d6a1927
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"