Skip to content

Commit

Permalink
change the percentage color in the progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh424 authored Oct 3, 2024
1 parent 70cdff4 commit c081584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/src/app/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ html {

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

0 comments on commit c081584

Please sign in to comment.