UNPKG

@brightlayer-ui/react-themes

Version:
11 lines (10 loc) 225 B
export default { styleOverrides: { tooltip: ({ theme }) => ({ fontSize: '0.75rem', ...theme.applyStyles('dark', { fontSize: '0.75rem', }), }), }, };