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:
@@ -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>
|
||||
`,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user