diff --git a/develop-docs/frontend/using-styled-components.mdx b/develop-docs/frontend/using-styled-components.mdx index 0b6f16a5708ce..26481f24c99c3 100644 --- a/develop-docs/frontend/using-styled-components.mdx +++ b/develop-docs/frontend/using-styled-components.mdx @@ -112,6 +112,7 @@ The `style` and `css` attributes can be used, but the values of `style` are not ```tsx import styled from '@emotion/styled'; import {css} from '@emotion/react'; +import {space} from 'sentry/styles/space'; // ✅ Don't be afraid of inline styles for one-off values const Grid = styled('div')`