import { createTheme } from '@mui/material/styles'; import { colors } from '@mui/material' export const psicotheme = createTheme({ palette: { primary: { main: colors.red[500], }, }, });