Skip to content

Commit

Permalink
fix(FEC-12852): When changing the background color of the player, the…
Browse files Browse the repository at this point in the history
… color is not changing on loading (#721)

solves FEC-12852
  • Loading branch information
JonathanTGold authored Aug 10, 2023
1 parent 648e593 commit 6e533f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
background-color: #000;
background-color: var(--playkit-player-background-color);
pointer-events: none;
}

Expand Down

0 comments on commit 6e533f7

Please sign in to comment.