1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-22284] - [Defect] Inconsistent UI issues with Send page empty state (#15877)

* update new send dropdown to match comps

* revert change to no send icon.
This commit is contained in:
Jordan Aasen
2025-09-08 13:04:50 -07:00
committed by GitHub
parent 62aad469b9
commit c017e3c676
3 changed files with 11 additions and 9 deletions

View File

@@ -1,10 +1,4 @@
<button
bitButton
size="small"
[bitMenuTriggerFor]="itemOptions"
[buttonType]="buttonType"
type="button"
>
<button bitButton [bitMenuTriggerFor]="itemOptions" [buttonType]="buttonType" type="button">
<i *ngIf="!hideIcon" class="bwi bwi-plus" aria-hidden="true"></i>
{{ (hideIcon ? "createSend" : "new") | i18n }}
</button>