diff --git a/packages/ui-toolkit/src/styleguide/playground.js b/packages/ui-toolkit/src/styleguide/playground.js index cfab188a..45fff648 100644 --- a/packages/ui-toolkit/src/styleguide/playground.js +++ b/packages/ui-toolkit/src/styleguide/playground.js @@ -2,6 +2,7 @@ import React, { Component } from 'react'; import styled from 'styled-components'; import is from 'styled-is'; import remcalc from 'remcalc'; +import { Margin } from 'styled-components-spacing'; const Wrapper = styled.section``; @@ -124,14 +125,16 @@ class Playground extends Component { return ( - - - + + + + + {states.length ? states.map((state, i) => (