jcohen14
jcohen14
> It's not designed to be used like this Is it not supposed to mimic `createTheme`? According to the docs [here](https://mui.com/material-ui/customization/theming/#api): > When the value for a theme option is...
My company has set up our app to split the config object that gets passed to `extendTheme` (currently we're still using `createTheme`) into separate files for improved maintainability. So we...
> @jcohen14 As a design system team, you can provide different layers of the theme. For simplicity, you can provide an `AppTheme` that contains the default design system with a...
Bumping this.