Add style for default kind in ProgressBar

(cherry picked from commit 4ab1cb393ac682cb06625f42ffc6131e9bd72500)
This commit is contained in:
Bogdan 2023-05-31 04:00:52 +03:00
parent 474f5f29ca
commit 05883e4115
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;