Skip to content

Commit

Permalink
ProgressBar - update color of progressbar-status (#25891)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderPolosatov authored Oct 30, 2023
1 parent 5b9dc75 commit bd573ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ $progressbar-invalid-interdeterminate-state-gradient: -90deg, transparent 5%, $p
* $name 30. Label color
* $type color
*/
$progressbar-label-color: $base-accent !default;
$progressbar-label-color: $base-text-color !default;
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ $progressbar-range-indeterminate-color: $base-accent !default;
* $name 30. Label color
* $type color
*/
$progressbar-label-color: $base-accent !default;
$progressbar-label-color: $base-text-color !default;

0 comments on commit bd573ca

Please sign in to comment.