Skip to content

Commit

Permalink
Merge pull request #837 from Stremio/feat/scrub-bar-contrast
Browse files Browse the repository at this point in the history
Player: Improve Seek Bar Contrast for Better Visibility
  • Loading branch information
kKaskak authored Feb 17, 2025
2 parents 0459676 + b800e78 commit 902b91d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Slider/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ html.active-slider-within {
flex: 1;
height: var(--track-size);
border-radius: var(--track-size);
background-color: var(--overlay-color);
background-color: var(--primary-accent-color);
opacity: 0.2;
}

.track-before {
Expand Down

0 comments on commit 902b91d

Please sign in to comment.