1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

[PM-32502] fixed icon / copy value spacing in button on send access page (#19092)

* [PM-32502] fixed icon / copy value spacing in button on send access page

* [PM-32502] using more approriate button configuration on send access
This commit is contained in:
Alex Dragovich
2026-02-20 10:29:40 -08:00
committed by GitHub
parent 3a56f2e832
commit 84845024fd

View File

@@ -10,7 +10,14 @@
}
</div>
<div class="tw-mb-3">
<button bitButton type="button" buttonType="primary" [block]="true" (click)="copyText()">
<bit-icon name="bwi-clone"></bit-icon>{{ "copyValue" | i18n }}
<button
bitButton
type="button"
buttonType="primary"
[block]="true"
(click)="copyText()"
startIcon="bwi-clone"
>
{{ "copyValue" | i18n }}
</button>
</div>