You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last commits introduced the '62.5% Font Size Trick' which
almost worked perfectly, except for components that do not
set font-size at all and inherit from the base font-size of
the parent.
These components now render with small 10px font-size instead
of 16px.
Fixed by changing the app style (most outer parent class) to
1.6rem which equals to 16px, so all components that do not
define font-size inherit 16px.
0 commit comments