Right now, sizes are set in rem units, which means that the component has a different size than it's parent both for the font and the spacing of the calendar. In my case, this makes the calendar extremely small compared to everything else on my page. I can override that will some clever CSS, but it would be nice if there was a prop to make the component use em units instead to inherit the sizes from it's parent. Something like relativeSize={true}. If this is something others want, I can open a PR.
Right now, sizes are set in
remunits, which means that the component has a different size than it's parent both for the font and the spacing of the calendar. In my case, this makes the calendar extremely small compared to everything else on my page. I can override that will some clever CSS, but it would be nice if there was a prop to make the component useemunits instead to inherit the sizes from it's parent. Something likerelativeSize={true}. If this is something others want, I can open a PR.