Skip to content

Instantly share code, notes, and snippets.

@yaralahruthik
Created March 7, 2022 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaralahruthik/036ad065a61a442a8a72fa010358e74d to your computer and use it in GitHub Desktop.
Save yaralahruthik/036ad065a61a442a8a72fa010358e74d to your computer and use it in GitHub Desktop.
MUI 10x simplification
import { createTheme } from '@mui/material';
export const theme = createTheme({
typography: {
// Tell MUI what's the font-size on the html element is.
htmlFontSize: 10,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment