-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
It seems like this commit changed the default appearance of the react-datepicker component.
The unit changed from rem to em, which means everything was multiplied by 0.8 compared to before, which does not seem intentional reading the commit message:
The default appearance remains unchanged since the root element still
uses font-size: 0.8rem.
v8: units in rem, so relative to the document's root element.
v9: units in em, so relative to the parent, which is set to 0.8rem, which effectively reduces those sizes.
Appearance in v8:
Appearance in v9:

Metadata
Metadata
Assignees
Labels
No labels