Default Theme
Customize Material-UI with your theme. You can change the colors, the typography, and much more.
Theme configuration variables
Changing the theme configuration variables is the most effective way to match Material-UI to your needs. The following sections cover the most important theme variables:
You can check out the default theme section to view the default theme in full.
Examples
You can edit this file at [ ../src/themes/index.jsx]
src/App.jsx
If you want to learn more about how the theme is assembled, take a look at mui/style/createTheme.js
, and the related imports which createTheme
uses.
Last updated