Skip to content

Commit

Permalink
Fix: css typo haight -> height
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri KOPRIWA authored Apr 11, 2020
1 parent ac48384 commit 9bd56e8
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 9bd56e8

Please sign in to comment.