UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

17 lines (15 loc) 301 B
import { CustomComponents } from '../../types' export default function TextField(): CustomComponents { return { MuiFormHelperText: { styleOverrides: { root: { '&.Mui-error': { marginTop: 0, lineHeight: 1 } } } } } }