UNPKG

@brightlayer-ui/react-themes

Version:
16 lines (15 loc) 390 B
export default { styleOverrides: { root: ({ theme }) => ({ ...theme.applyStyles('dark', { borderBottom: `1px solid ${theme.vars.palette.divider}`, }), }), head: ({ theme }) => ({ fontWeight: 600, ...theme.applyStyles('dark', { fontWeight: 600, }), }), }, };