diff --git a/package/src/components/TextField/TextField.js b/package/src/components/TextField/TextField.js index 1403ec2a..3e15a3be 100644 --- a/package/src/components/TextField/TextField.js +++ b/package/src/components/TextField/TextField.js @@ -85,7 +85,8 @@ const useInputLabelStyles = makeStyles((theme) => ({ const useFormHelperTextStyles = makeStyles((theme) => ({ root: { - ...theme.typography.body2 + ...theme.typography.body2, + color: theme.palette.colors.black55 }, contained: { marginLeft: 0,