Merge pull request #2943 from mervekaraman/master

Progress bar text color changed
This commit is contained in:
Cüneyt Şentürk 2023-03-17 14:42:38 +03:00 committed by GitHub
commit f883c3b119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10202,7 +10202,7 @@
} }
.el-progress-bar__innerText { .el-progress-bar__innerText {
color: #FFF; color: #FFF !important;
font-size: 12px; font-size: 12px;
margin: 0 5px margin: 0 5px
} }