UNPKG

@brightlayer-ui/react-themes

Version:
12 lines (11 loc) 324 B
import * as BLUIColors from '@brightlayer-ui/colors'; export default { styleOverrides: { root: ({ theme }) => ({ backgroundColor: theme.vars.palette.primary.main, ...theme.applyStyles('dark', { backgroundColor: BLUIColors.black[800], }), }), }, };