[PM-7004] Update button styles in verify-recover-delete-org.component.html

This commit is contained in:
Rui Tome 2024-04-22 20:55:54 +01:00
parent f433f8d532
commit dd1d7b8f6c
No known key found for this signature in database
GPG Key ID: 526239D96A8EC066
1 changed files with 9 additions and 2 deletions

View File

@ -17,12 +17,19 @@
type="button"
bitButton
buttonType="primary"
class="btn btn-danger btn-block btn-submit"
class="btn-danger"
[bitAction]="submit"
[block]="true"
>
{{ "deleteOrganization" | i18n }}
</button>
<a routerLink="/login" class="btn btn-outline-secondary btn-block ml-2 mt-0">
<a
routerLink="/login"
bitButton
buttonType="secondary"
[block]="true"
class="tw-ml-2 tw-mt-0"
>
{{ "cancel" | i18n }}
</a>
</div>