fix remove password icon (#11752)
This commit is contained in:
parent
a9d667900f
commit
b5e509409b
|
@ -46,6 +46,7 @@
|
||||||
<button
|
<button
|
||||||
*ngIf="hasPassword"
|
*ngIf="hasPassword"
|
||||||
class="tw-border-l-0 last:tw-rounded-r focus-visible:tw-border-l focus-visible:tw-ml-[-1px]"
|
class="tw-border-l-0 last:tw-rounded-r focus-visible:tw-border-l focus-visible:tw-ml-[-1px]"
|
||||||
|
bitSuffix
|
||||||
type="button"
|
type="button"
|
||||||
buttonType="danger"
|
buttonType="danger"
|
||||||
bitIconButton="bwi-minus-circle"
|
bitIconButton="bwi-minus-circle"
|
||||||
|
|
Loading…
Reference in New Issue