build ok,

This commit is contained in:
louiscklaw
2025-04-14 09:26:24 +08:00
commit 6c931c1fe8
770 changed files with 63959 additions and 0 deletions

View File

@@ -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'];