squaredev-io/matte

Replace MUI's typography with project typography

Opened this issue · 0 comments

Use of MUI's Typography component is not necessary across the project. It should be replaced by project typography. For example, this:

<Typography component="h6">Hola!</Typography>

could be replaced by...

<h6>Hola!</h6>

... considering that there is some local typography that overrides browser's defaults.