From 42b67c53ba82e3eaa5950fa580753d1c1293c5ff Mon Sep 17 00:00:00 2001 From: Tanmoy Basak Anjan Date: Tue, 5 Oct 2021 21:53:29 +0600 Subject: [PATCH] webkit color added --- packages/common-components/src/TextInput/TextInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/common-components/src/TextInput/TextInput.tsx b/packages/common-components/src/TextInput/TextInput.tsx index ae4454bf60..e78705b14b 100644 --- a/packages/common-components/src/TextInput/TextInput.tsx +++ b/packages/common-components/src/TextInput/TextInput.tsx @@ -72,6 +72,7 @@ const useStyles = makeStyles( "&.disabled": { "& input": { color: palette.additional["gray"][6], + "-webkit-text-fill-color": palette.additional["gray"][6], backgroundColor: palette.additional["gray"][3], ...overrides?.TextInput?.input?.disabled },