diff --git a/core/src/components/input/input.tsx b/core/src/components/input/input.tsx index 0e02b98461..565abbb0ce 100644 --- a/core/src/components/input/input.tsx +++ b/core/src/components/input/input.tsx @@ -651,6 +651,7 @@ export class Input implements ComponentInterface { [`input-shape-${shape}`]: shape !== undefined, [`input-label-placement-${labelPlacement}`]: true, 'in-item': hostContext('ion-item', this.el), + 'in-item-color': hostContext('ion-item.ion-color', this.el), })} >