build ok,
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { Components } from '@mui/material/styles';
|
||||
|
||||
import type { Theme } from '../types';
|
||||
|
||||
export const MuiInputLabel = {
|
||||
styleOverrides: { root: { maxWidth: '100%', position: 'static', transform: 'none' } },
|
||||
} satisfies Components<Theme>['MuiInputLabel'];
|
Reference in New Issue
Block a user