Para los que no les compila:
Ir a /ui/theme.ts y en la primer linea poner el siguiente codigo
import {createMuiTheme } from '@material-ui/core/styles'
Aunque dice que esta deprecated, tambien probar con
import { createTheme } from '@material-ui/core/styles'
import { grey, common, lightGreen } from '@material-ui/core/colors'
const muiTheme = createTheme()
// It matches tailwind.config.js
const fontSerif = `'Cormorant Garamond', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;`
// Build your own theme with the Color Theme tool
// @see https://material.io/resources/color/
export const theme = createTheme({
en las primeras 11 lineas.
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?