Alex Golubtsov
Alex Golubtsov
See the same behaviour for ``
Hi @kylegach, I have a question ``` const Btn = createThemedComponent(Button, { Button_color_primary: '#ad5f00' }); return Success; ``` In this case `theme.color_SuccessPrimary` has higher priority, then `Button_color_primary` I defined in...
@zombieJ right, I'm sorry, just made public
Looks like the issue is pretty old https://github.com/apollographql/react-apollo/issues/3709 Any progress?
Brilliant! Data persistency is something I'm missing too atm
@Wxh16144 Thanks for the proposal, however this doesn't seem to be fully suitable in my case. I do want to inherit the theme, at the same time I'd expect `token:...
> When you want to inherit, the theme token will be merge form bottom to top. But it's always the component token win the theme token. Exactly, in a way...