Skip to content

Commit

Permalink
fix: color of the progress-bar changed & added drop-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Nov 15, 2023
1 parent 58816d7 commit 28123a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/MetaItem/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
.progress-bar {
position: relative;
height: 100%;
background-color: var(--primary-foreground-color);
background-color: var(--primary-accent-color);
}

.progress-bar-background {
Expand All @@ -233,6 +233,7 @@
height: 100%;
background-color: var(--primary-foreground-color);
opacity: 0.3;
filter: drop-shadow(0px 3px 6px #000000);
}
}

Expand Down

0 comments on commit 28123a5

Please sign in to comment.