Saltar al contenido
Ctrl+K

Tema predeterminado

Aquí es cómo se ve el objeto de tema con los valores predeterminados.

Explorar

Explore the default theme object:

  • direction: "ltr"
  • components: Object
  • palette: Object
    • mode: "light"
    • primary: Object
      • light: #7986cb
      • main: #3f51b5
      • dark: #303f9f
      • contrastText: #fff
    • contrastThreshold: 3
    • getContrastText: f V()
    • augmentColor: f Z()
    • tonalOffset: 0.2
    • divider: rgba(0, 0, 0, 0.12)

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.

Si deseas obtener más información sobre cómo se monta el tema, echa un vistazo a material-ui/style/createMuiTheme.js, y los imports que utiliza createMuiTheme.


Componentes
Was this page helpful?
How To Customize
Thanks for your feedback!

Please let us know what we could do to improve this page.