Pular para o conteúdo

Tema Padrão

Veja como o objeto tema se parece com os valores padrão.

Explorar

Explore the default theme object:

  • direction: "ltr"
  • overrides: Object
  • props: Object

Tip: you can play with the documentation theme object in your browser console, as the theme variable is exposed on all the documentation pages. Please note that the documentation site is using a custom theme.

Se você quiser aprender mais sobre como o tema é montado, dê uma olhada em material-ui/style/createMuiTheme.js, e as importações relacionadas que createMuiTheme usa.