change the percentage color in the progress bar

This commit is contained in:
GURSAL PRATHAMESH APPASAHEB 2024-10-03 14:48:44 +05:30 committed by GitHub
parent 70cdff4c7d
commit c081584ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -361,6 +361,7 @@ html {
.uppy-ProgressBar-percentage {
position: absolute;
color: red;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
@ -383,4 +384,4 @@ div div .set-font-family {
font-stretch: 100% !important;
font-style: normal !important;
font-weight: 400 !important;
}
}