Skip to content

Commit

Permalink
webkit color added (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoyAtb authored Oct 6, 2021
1 parent 9a961c7 commit 9f9880e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common-components/src/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 9f9880e

Please sign in to comment.