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

Add type=button to dialog close (#3565)

This commit is contained in:
Andreas Coroiu
2022-09-20 10:18:31 +02:00
committed by GitHub
parent 9bf3afb8de
commit c96bd09d64

View File

@@ -9,6 +9,7 @@
<ng-content select="[bitDialogTitle]"></ng-content> <ng-content select="[bitDialogTitle]"></ng-content>
</h1> </h1>
<button <button
type="button"
bitIconButton="bwi-close" bitIconButton="bwi-close"
buttonType="main" buttonType="main"
size="default" size="default"