Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
root: ({ bgColor = 'primary.main', offset = '-40px', ...styles }) => ({
backgroundColor: getThemeColor(palette, bgColor),
borderRadius: spacing(2),
margin: `${offset} auto 0`,
width: '88%',
...styles,
}),
title: {