Skip to content

Commit

Permalink
Fix button colors in UI styling demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hoc committed Apr 11, 2022
1 parent 10460be commit 322ae00
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 322ae00

Please sign in to comment.