Making archive offer button less scary

This commit is contained in:
Peter Zimon 2021-10-21 13:56:30 +02:00
parent 00bfb9be69
commit 328a59466c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
@buttonText="Archive"
@successText="Archived"
@task={{this.archiveOfferTask}}
@class="gh-btn gh-btn-red gh-btn-icon"
@class="gh-btn gh-btn-black gh-btn-icon"
/>
</div>
</div>

View File

@ -243,7 +243,7 @@
{{#if (not this.offer.isNew)}}
<button
type="button"
class="gh-btn gh-btn-red gh-btn-icon"
class="gh-btn gh-btn-black gh-btn-icon"
{{on "click" this.openConfirmArchiveModal}}
>
<span>Archive offer</span>