Skip to content

Default theme

Here's what the theme object looks like with the default values.

Explore

Explore the default theme object:

  • direction: "ltr"
  • components: Object
  • unstable_sx: f sx()

If you want to learn more about how the theme is assembled, take a look at material-ui/style/createTheme.js, and the related imports which createTheme uses.