Add style for default kind in ProgressBar

Fixes #8641
This commit is contained in:
Bogdan 2023-05-31 04:00:52 +03:00
parent fa1f07987c
commit 4ab1cb393a
2 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,10 @@
cursor: default;
}
.default {
background-color: var(--darkGray);
}
.primary {
background-color: var(--primaryColor);
}

View File

@ -5,6 +5,7 @@ interface CssExports {
'backTextContainer': string;
'container': string;
'danger': string;
'default': string;
'frontText': string;
'frontTextContainer': string;
'info': string;