1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[PM-1913] Add base styling to dialog footer component (#5254)

This commit is contained in:
Oscar Hinton
2023-05-01 11:11:39 +02:00
committed by GitHub
parent 9a41d5dc6f
commit 01c1bd0710
7 changed files with 61 additions and 59 deletions

View File

@@ -44,10 +44,10 @@ class StoryDialogComponent {
<br />
Animal: {{ animal }}
</span>
<div bitDialogFooter class="tw-flex tw-flex-row tw-gap-2">
<ng-container bitDialogFooter>
<button bitButton buttonType="primary" (click)="dialogRef.close()">Save</button>
<button bitButton buttonType="secondary" bitDialogClose>Cancel</button>
</div>
</ng-container>
</bit-simple-dialog>
`,
})