```js // MyComponent.js | MyComponent.jsx const Component = styled.div` background: `${props => props.theme.background.app}` width: 0; `; ```