Skip to content

Commit ee1300d

Browse files
committed
change seek bar color and remove volume bar color change
1 parent 36b46f1 commit ee1300d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -829,10 +829,7 @@ export default defineComponent({
829829
contextMenuElements: ['ft_stats'],
830830
enableTooltips: true,
831831
seekBarColors: {
832-
played: 'var(--primary-color)'
833-
},
834-
volumeBarColors: {
835-
level: 'var(--primary-color)'
832+
played: 'var(--red-500)'
836833
},
837834

838835
// these have their own watchers

0 commit comments

Comments
 (0)