UNPKG

@brightlayer-ui/react-themes

Version:
10 lines (9 loc) 200 B
export default { styleOverrides: { root: ({ theme }) => ({ ...theme.applyStyles('dark', { backgroundColor: 'transparent', }), }), }, };