Skip to content

Commit

Permalink
Fix: Remove color from the styleguide root element
Browse files Browse the repository at this point in the history
Related to #739
  • Loading branch information
sapegin committed Dec 20, 2017
1 parent 7a1f26f commit 2556b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rsg-components/StyleGuide/StyleGuideRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import cx from 'classnames';

const styles = ({ color, fontFamily, fontSize, sidebarWidth, mq, space, maxWidth }) => ({
root: {
color: color.base,
backgroundColor: color.baseBackground,
},
hasSidebar: {
Expand Down

0 comments on commit 2556b51

Please sign in to comment.