As part of a visual refresh of the admin screens, there have been significant changes to the styling of form elements.
https://core.trac.wordpress.org/changeset/61645
These changes appear to have affected some component styles.
For example, the two issues I've identified so far are: We probably need a style to override the core form styles.
cc @WordPress/gutenberg-components @fabiankaegy
FormTokenField
The height is greater than 40px, which is affected by the new line-height value.
SelectControl
The text is misaligned when the size prop is small. This is affected by the new line-height value.

As part of a visual refresh of the admin screens, there have been significant changes to the styling of form elements.
https://core.trac.wordpress.org/changeset/61645
These changes appear to have affected some component styles.
For example, the two issues I've identified so far are: We probably need a style to override the core form styles.
cc @WordPress/gutenberg-components @fabiankaegy
FormTokenField
The height is greater than 40px, which is affected by the new line-height value.
SelectControl
The text is misaligned when the
sizeprop issmall. This is affected by the new line-height value.