UNPKG

@brightlayer-ui/react-themes

Version:
13 lines (12 loc) 365 B
import { BLUIColors } from '@brightlayer-ui/colors'; import Color from 'color'; export default { styleOverrides: { line: ({ theme }) => ({ borderColor: Color(BLUIColors.black[500]).alpha(0.12).string(), ...theme.applyStyles('dark', { borderColor: theme.vars.palette.divider, }), }), }, };