From 3d9a0007541900b8c3634fffd8e1b87d176180cb Mon Sep 17 00:00:00 2001 From: Sainath Poojary Date: Thu, 27 Feb 2025 14:34:11 +0530 Subject: [PATCH] InputControl: Remove unnecessary line-height styles --- .../components/src/input-control/styles/input-control-styles.tsx | 1 - 1 file changed, 1 deletion(-) 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 }; }