mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 06:41:11 +08:00
171 B
171 B
const Component = styled.div(({ theme }) => ({
background: theme.background.app,
width: 0,
}));