/** * @prettier * @flow */ import styled from 'react-emotion'; import colors from '../../utils/styles/colors'; export const Content = styled.div` && { padding: 10px; background-color: ${colors.white}; } `;