diff --git a/projects/element-ng/pills-input/si-input-pill.component.ts b/projects/element-ng/pills-input/si-input-pill.component.ts index 5cafc7aa19..2b48f68365 100644 --- a/projects/element-ng/pills-input/si-input-pill.component.ts +++ b/projects/element-ng/pills-input/si-input-pill.component.ts @@ -10,6 +10,7 @@ import { addIcons, SiIconComponent } from '@siemens/element-ng/icon'; selector: 'si-input-pill', imports: [SiIconComponent], templateUrl: './si-input-pill.component.html', + styles: '.btn { cursor: pointer; }', host: { class: 'pill pe-0', '[class.pe-4]': 'hideClose()'