Skip to content

Commit

Permalink
Docs: Fix customized example
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jul 14, 2017
1 parent 8adf6c8 commit c39ba15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 158 deletions.
3 changes: 2 additions & 1 deletion examples/customised/styleguide/components/Logo.js
Expand Up @@ -3,14 +3,15 @@ import PropTypes from 'prop-types';
import Styled from 'rsg-components/Styled';
import logo from './logo.svg';

const styles = ({ fontFamily }) => ({
const styles = ({ fontFamily, color }) => ({
logo: {
display: 'flex',
alignItems: 'center',
margin: 0,
fontFamily: fontFamily.base,
fontSize: 18,
fontWeight: 'normal',
color: color.baseBackground,
},
image: {
width: '2.5em',
Expand Down
157 changes: 0 additions & 157 deletions examples/customised/styleguide/components/ReactComponentRenderer.js

This file was deleted.

0 comments on commit c39ba15

Please sign in to comment.