Skip to content

Commit

Permalink
revert buffer size bar back to white
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Dec 4, 2024
1 parent 9165ec2 commit d3e4e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/skin-super-modern/components/_seekbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $seekbar-height: .3125em;

.#{$prefix}-seekbar-bufferlevel {
@extend %bar;
background-color: transparentize($color-secondary, .3);
background-color: $color-primary;
margin: $bar-inset 0;
transition: .3s linear, .3s linear;
transition-property: transform;
Expand Down

0 comments on commit d3e4e54

Please sign in to comment.