From 9dd2cbdd97f6cafe8db2e82ae70ca2e18f0002dd Mon Sep 17 00:00:00 2001 From: VINEETH ASOK KUMAR Date: Fri, 29 Sep 2023 20:13:30 +0200 Subject: [PATCH] Fix input width issue --- src/components/Input/InputWrapper.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Input/InputWrapper.tsx b/src/components/Input/InputWrapper.tsx index ac833d57..ba1cb559 100644 --- a/src/components/Input/InputWrapper.tsx +++ b/src/components/Input/InputWrapper.tsx @@ -111,7 +111,6 @@ export const InputElement = styled.input` border: none; outline: none; width: 100%; - width: inherit; color: inherit; font: inherit; ${({ theme }) => `