1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

update button copy for generate passphrase. remove legacy css class (#12841)

This commit is contained in:
Jordan Aasen
2025-01-16 13:37:46 -08:00
committed by GitHub
parent 65b393e3ee
commit 2579c29c73
2 changed files with 11 additions and 12 deletions

View File

@@ -21,16 +21,15 @@
</bit-item>
</ng-container>
<ng-container bitDialogFooter>
<div class="modal-footer">
<button
type="button"
class="primary"
(click)="applyCredentials()"
appA11yTitle="{{ buttonLabel }}"
bitDialogClose
>
{{ buttonLabel }}
</button>
</div>
<button
type="button"
buttonType="primary"
(click)="applyCredentials()"
appA11yTitle="{{ buttonLabel }}"
bitButton
bitDialogClose
>
{{ buttonLabel }}
</button>
</ng-container>
</bit-dialog>