Skip to content

Replace MUI's typography with project typography #74

Open
@ksiabani

Description

@ksiabani

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions