Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
414 Bytes
import type { Components } from '@mui/material/styles';
import type { Theme } from '../types';
export const MuiTab = {
styleOverrides: {
root: {
fontSize: '14px',
fontWeight: 500,
lineHeight: 1.71,
minWidth: 'auto',
paddingLeft: 0,
paddingRight: 0,
textTransform: 'none',
'& + &': { marginLeft: '24px' },
},
},
} satisfies Components<Theme>['MuiTab'];