1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

[PM-1914] Migrate all dialogs to use the new bitDialogFooter default styling (#5256)

This commit is contained in:
Oscar Hinton
2023-05-01 17:59:29 +02:00
committed by GitHub
parent b39b525db8
commit 7ed0a4bbf2
24 changed files with 48 additions and 48 deletions

View File

@@ -49,7 +49,7 @@
{{ "automaticDomainVerificationProcess" | i18n }}
</bit-callout>
</div>
<div bitDialogFooter class="tw-flex tw-flex-row tw-items-center tw-gap-2">
<ng-container bitDialogFooter>
<button type="submit" bitButton bitFormButton buttonType="primary">
<span *ngIf="!data?.orgDomain?.verifiedDate">{{ "verifyDomain" | i18n }}</span>
<span *ngIf="data?.orgDomain?.verifiedDate">{{ "reverifyDomain" | i18n }}</span>
@@ -70,6 +70,6 @@
type="submit"
bitFormButton
></button>
</div>
</ng-container>
</bit-dialog>
</form>