Skip to content

Commit

Permalink
Merge pull request #4678 from kopax/patch-2
Browse files Browse the repository at this point in the history
Fix: css typo haight -> height
  • Loading branch information
djhi authored Apr 11, 2020
2 parents ac48384 + 9bd56e8 commit 37b09d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/src/reviews/StarRatingField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const useStyles = makeStyles({
},
small: {
width: 15,
haight: 15,
height: 15,
},
});

Expand Down

0 comments on commit 37b09d3

Please sign in to comment.