[PM-264] When a free user is upgrading their org plan, the Cancel button is misaligned (#5996)

This commit is contained in:
Conner Turnbull 2023-08-28 10:01:15 -04:00 committed by GitHub
parent ea908ec55b
commit 76888d6fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@
>
{{ "submit" | i18n }}
</button>
<button type="button" class="btn btn-outline-secondary" (click)="cancel()" *ngIf="showCancel">
<button type="button" buttonType="secondary" bitButton (click)="cancel()" *ngIf="showCancel">
{{ "cancel" | i18n }}
</button>
</div>