Skip to content

Commit

Permalink
Use an outline for archive button
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Sep 11, 2024
1 parent 47aaf8b commit 5798984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/templates/apply/includes/siae_hiring_actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2 class="visually-hidden">Actions rapides</h2>
<div class="form-group col col-lg-auto">
<form method="post" action="{% url "apply:archive" job_application_id=job_application.pk %}">
{% csrf_token %}
<button class="btn btn-lg btn-link-white btn-block btn-ico">
<button class="btn btn-lg btn-outline-white btn-block btn-ico">
<i class="ri-archive-line font-weight-medium"></i>
<span>Archiver</span>
</button>
Expand Down

0 comments on commit 5798984

Please sign in to comment.