import { styled, Tooltip } from '@mui/material'; export const ArrowTooltip = styled(Tooltip)(({ theme }) => ({ arrow: { }, tooltip: { boxShadow: theme.shadows[1], fontSize: 12, }, }));