Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace MUI's typography with project typography #74

Open
ksiabani opened this issue Jan 8, 2022 · 0 comments
Open

Replace MUI's typography with project typography #74

ksiabani opened this issue Jan 8, 2022 · 0 comments
Labels
needs analysis Further analysis is needed
Milestone

Comments

@ksiabani
Copy link
Collaborator

ksiabani commented Jan 8, 2022

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.

@ksiabani ksiabani added the needs analysis Further analysis is needed label Jan 8, 2022
@ksiabani ksiabani added this to the Next milestone Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs analysis Further analysis is needed
Projects
None yet
Development

No branches or pull requests

1 participant