1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-07 19:07:45 +01:00

fix button color

This commit is contained in:
William Martin 2023-09-01 14:31:54 -04:00
parent 407aadc0eb
commit 265987b24d
No known key found for this signature in database
GPG Key ID: A65ACD91BADF316B

View File

@ -11,7 +11,7 @@
</p> </p>
</span> </span>
<ng-container bitDialogFooter> <ng-container bitDialogFooter>
<button bitButton type="submit" buttonType="danger" bitDialogClose> <button bitButton type="submit" buttonType="primary" bitDialogClose>
{{ "ok" | i18n }} {{ "ok" | i18n }}
</button> </button>
</ng-container> </ng-container>