1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

remove border styles, allow for component library to style the icon button (#11154)

This commit is contained in:
Nick Krantz
2024-09-20 08:45:44 -05:00
committed by GitHub
parent ece6f8aae2
commit c13131acd1

View File

@@ -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()"