Skip to content

Commit

Permalink
fix(react-scheduler): set px as measurement unit of MonthView today c…
Browse files Browse the repository at this point in the history
…ell lineHeight (#2145)
  • Loading branch information
AryamnovEugeniy authored Jul 5, 2019
1 parent 4c20034 commit 25fd88a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const styles = theme => ({
display: 'inline-block',
width: theme.spacing(3),
height: theme.spacing(3),
lineHeight: theme.spacing(3),
lineHeight: `${theme.spacing(3)}px`,
textAlign: 'center',
borderRadius: '50%',
background: theme.palette.primary.main,
Expand Down

0 comments on commit 25fd88a

Please sign in to comment.