Skip to content

Commit

Permalink
fix(FEC-13029): Custom player colors theme are not inflected in the p…
Browse files Browse the repository at this point in the history
…layer while custom preset being used (#742)

solves FEC-13029
  • Loading branch information
JonathanTGold committed Mar 15, 2023
1 parent 057576d commit fb7159a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class UIManager {
let fallbackUIs = [{template: props => presets.playbackUI(props)}];
this._buildUI(fallbackUIs);
}
this._themesManager.applyUserTheme();
}

/**
Expand Down

0 comments on commit fb7159a

Please sign in to comment.