Let's make this change so that our base font is compatible with blueprintjs's font size for regular-sized text.
Blueprint sets a base font of 14px in components, without using relative sizes.
The root layout component currently sets the base font to 12px. It causes some issues. For example, displaying a Select in a modal makes the list appear in a portal that inherits this base size and displays it smaller than it normally would.
Let's make this change so that our base font is compatible with blueprintjs's font size for regular-sized text.
Blueprint sets a base font of 14px in components, without using relative sizes.
The root layout component currently sets the base font to 12px. It causes some issues. For example, displaying a Select in a modal makes the list appear in a portal that inherits this base size and displays it smaller than it normally would.