import { makeStyles } from 'tss-react/mui'; export const useTabsStyles = makeStyles()((theme) => ({ indicator: { bottom: 'unset' }, tab: { marginRight: theme.spacing(2), minHeight: 0, minWidth: 0, padding: theme.spacing(0.5, 0) }, tabs: { minHeight: theme.spacing(4.5) } }));