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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user