1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[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

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>