Skip to content

Commit

Permalink
Move Skip to right, subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jul 14, 2023
1 parent 72ee748 commit 901dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/pause.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ const controls = `
</div>
<div id="run" hidden>
<button id="run-button" class="primary">Run</button>
<button id="skip-button">Skip</button>
<span id="test-name"></span>
<button id="skip-button" class="subtle">Skip</button>
<button id="run-all-button">Run All</button>
</div>
</div>
Expand Down

0 comments on commit 901dc50

Please sign in to comment.