Skip to content

Commit

Permalink
fix: remove invalid dense prop
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Feb 6, 2020
1 parent 7014a91 commit 1cbb223
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/src/components/TextField/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ const TextField = React.forwardRef(function TextField(props, ref) {
InputProps={{
classes: inputClasses,
disableUnderline: true,
notched: false,
dense: true
notched: false
}}
InputLabelProps={{
shrink: true,
Expand Down

0 comments on commit 1cbb223

Please sign in to comment.