Skip to content

Commit

Permalink
fix: adjust help text color
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Jan 28, 2020
1 parent 3605b8a commit f68db13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/src/components/TextField/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f68db13

Please sign in to comment.