Skip to content

Commit

Permalink
switch harvester cancel btn to primary not secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Jan 9, 2025
1 parent 1dc2100 commit fc03c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dor_harvester/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div class="form-actions">
<div class="primary-actions">
<%= cancel_link "", :back, class: 'btn btn-secondary' %>
<%= cancel_link "", :back, class: 'btn btn-outline-primary' %>
<%= f.submit t('.add_item'), class: 'btn btn-primary' %>
</div>
</div>
Expand Down

0 comments on commit fc03c69

Please sign in to comment.