Skip to content

Commit

Permalink
Update default bg marker
Browse files Browse the repository at this point in the history
  • Loading branch information
otnansirk committed Jun 30, 2022
1 parent ed3524d commit f48ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/video.js/ads-markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function registerMarker(player, markers, configs) {
const markerStyle = {
width : '5px',
height : '100%',
background : '#e5c80',
background : 'rgb(229, 200, 0)',
position : 'absolute'
}
Object.assign(markerEl.style, markerStyle, configs.styles.marker);
Expand Down

0 comments on commit f48ab5e

Please sign in to comment.