Oleg Proskurin

Results 81 comments of Oleg Proskurin

Possibly you could start this feature? I'll join a bit later this week :smile:

Hey guys! yep I'm maintaining this one and another one with more general use case - https://github.com/react-theming/storybook-addon which is also compatible with Matertial UI. Please use one which better suits...

Hi @jlramosr After we switched to the new alpha the UI of this addon wasn't finished yet, so for some sizes it could look weird. But should switch colors well...

@jlramosr sorry for a long answer, `alpha-19` shows additional errors while theming creation, did you see any warnings in console?

Yes - it's the same! Could you please try ```js import { createMuiTheme } from '@material-ui/core/styles'; createMuiTheme(theme); ``` will it throw?

Great! Addon creates themes from objects you passing to `muiTheme`. So looks like the error comes when we trying to do `createMuiTheme(theme)` twice.

I suppose I can close this

Yep, after Material-UI released v1 the structure of theme was changed. So I'm considering a new way of how to edit themes. At this moment it's possible to edit theme...

@joshwcomeau It'll be overwritten if you [update](https://github.com/storybooks/react-cdk#updating-your-component-with-react-cdk) your project. If you're not going to do it feel free to setup your project as you need :) But I'm sure we...