You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use inline styles as .css file is difficult to share among components, did you think of easier customization of theme styling by passing a styles from props.
Sample code
In panel
Render_Styles = React.addons.update(theme_styles, {$merge:this.props.styles})
Please recommend a good approach to change tab content padding (now is 10px ) without creating new theme.
The text was updated successfully, but these errors were encountered: