dmp progrss bar styling changes

This commit is contained in:
Sofia Papacharalampous 2024-04-29 11:45:33 +03:00
parent 0c54b11923
commit 9bcc486c1c
1 changed files with 1 additions and 2 deletions

View File

@ -31,9 +31,8 @@
// Buffer bar
::ng-deep .mdc-linear-progress__buffer {
--mdc-linear-progress-track-height: 11px !important;
--mdc-linear-progress-active-indicator-color: var(--secondary-color) !important;
}
::ng-deep .mdc-linear-progress__buffer-bar {
--mdc-linear-progress-track-color: var(--secondary-color) !important;
--mdc-linear-progress-track-color: #e0e2ec !important;
}