diff --git a/packages/components/src/input-control/styles/input-control-styles.tsx b/packages/components/src/input-control/styles/input-control-styles.tsx index 9e942c8a31c52e..492c4bef0f4e20 100644 --- a/packages/components/src/input-control/styles/input-control-styles.tsx +++ b/packages/components/src/input-control/styles/input-control-styles.tsx @@ -285,7 +285,6 @@ export const Input = styled.input< InputProps >` ${ customPaddings } &::-webkit-input-placeholder { - line-height: normal; color: ${ COLORS.ui.darkGrayPlaceholder }; }