Define custom colour style and their inverse in variables.less
This commit is contained in:
parent
e08e996f48
commit
ae264efc02
4 changed files with 23 additions and 29 deletions
|
|
@ -63,7 +63,7 @@ export default {
|
|||
|
||||
.progress .indeterminate,
|
||||
.progress .determinate {
|
||||
background-color: var(--theme-primary-background);
|
||||
background-color: @global-primary-background;
|
||||
}
|
||||
|
||||
.progress .indeterminate::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue