Skip to content

Commit

Permalink
Merge pull request #80 from bitmovin/feature/fix-ui-styling-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hoc authored Apr 11, 2022
2 parents 10460be + 322ae00 commit 3bfad99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player/player-ui-styling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
</button>
</div>
<div class="col-md-12">
<button class="ui-button btn btn-warning" id="bigseek" type="button">
<button class="ui-button btn btn-secondary" id="bigseek" type="button">
Toggle Big Seek Bar
</button>
</div>
<div class="col-md-12">
<button class="ui-button btn btn-secondary" id="color1" type="button">
<button class="ui-button btn btn-warning" id="color1" type="button">
Orange Seek Bar
</button>
</div>
Expand Down

0 comments on commit 3bfad99

Please sign in to comment.