UNPKG

@brightlayer-ui/react-themes

Version:
15 lines (14 loc) 387 B
export default { styleOverrides: { colorPrimary: ({ theme }) => ({ ...theme.applyStyles('dark', { color: theme.vars.palette.primary.dark, }), }), colorSecondary: ({ theme }) => ({ ...theme.applyStyles('dark', { color: theme.vars.palette.secondary.dark, }), }), }, };