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
Too many type sizes and styles at once can spoil any layout. A typographic scale has a limited set of type sizes that work well together along with the layout grid.
So as we define our own font-size, font-weight and so on, I think we don't need to use typography.
The text was updated successfully, but these errors were encountered:
Dark mode works well. <p> inherits the color from <body>, and even there's no inheritation, it's fine to define a color for <p>, like we do for <Typography> as well.
Inroduction and Background
Here DashboardRouters/Setup.tsx#L133, if I tried to replace the
<Typography>
with just a<p>
, it renders the same ui result.https://material-ui.com/components/typography/:
So as we define our own font-size, font-weight and so on, I think we don't need to use typography.
The text was updated successfully, but these errors were encountered: