Add style for default kind in ProgressBar

This commit is contained in:
Bogdan 2023-06-10 03:13:47 +03:00
parent 32f09633e9
commit 3f2ea49023
1 changed files with 4 additions and 4 deletions

View File

@ -17,6 +17,10 @@
color: var(--white);
transition: width 0.6s ease;
&.default {
background-color: var(--darkGray);
}
&.primary {
background-color: var(--primaryColor);
}
@ -57,10 +61,6 @@
.frontTextContainer {
z-index: 1;
color: var(--progressBarFrontTextColor);
&.default {
color: var(--darkGray);
}
}
.backTextContainer {