diff --git a/src/components/input/input.styles.ts b/src/components/input/input.styles.ts index 8a02483ee..4dc162cc9 100644 --- a/src/components/input/input.styles.ts +++ b/src/components/input/input.styles.ts @@ -95,7 +95,7 @@ export default css` height: 100%; color: var(--sl-input-color); border: none; - background: none; + background: inherit; box-shadow: none; padding: 0; margin: 0;