zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
3 stars 6 forks source link

Use 14px as base font size #607

Closed stropitek closed 8 months ago

stropitek commented 10 months ago

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.

stropitek commented 9 months ago

TODO: