squaredev-io / matte

Matte is a UI component library on top of MUI and other react libraries.
https://squaredev-io.github.io/matte/?path=/docs
Apache License 2.0
18 stars 2 forks source link

Replace MUI's typography with project typography #74

Open ksiabani opened 2 years ago

ksiabani commented 2 years ago

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.