mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
171 B
171 B
const Component = styled.div`
background: `${props => props.theme.background.app}`
width: 0;
`;