1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-28 07:13:29 +00:00

using updated button w/ copy

This commit is contained in:
Isaac Ivins
2026-01-22 16:04:54 -05:00
parent 0270474c99
commit ef93dd9738

View File

@@ -53,15 +53,12 @@
(deleteSend)="onDeleteSend($event)"
(removePassword)="onRemovePassword($event)"
>
<button
<tools-new-send-dropdown-v2
slot="empty-button"
type="button"
bitButton
[hideIcon]="true"
buttonType="primary"
(click)="addSendWithoutType()"
>
{{ "newSend" | i18n }}
</button>
(addSend)="addSendWithoutType()"
/>
</tools-send-list>
</div>
</div>