mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
remove border styles, allow for component library to style the icon button (#11154)
This commit is contained in:
parent
ece6f8aae2
commit
c13131acd1
@ -38,7 +38,7 @@
|
||||
*ngIf="variant === 'edit'"
|
||||
type="button"
|
||||
buttonType="danger"
|
||||
class="tw-border-0 tw-ml-auto"
|
||||
class="tw-ml-auto"
|
||||
bitIconButton="bwi-trash"
|
||||
[appA11yTitle]="'deleteCustomField' | i18n: customFieldForm.value.label"
|
||||
(click)="removeField()"
|
||||
|
Loading…
Reference in New Issue
Block a user