import styled from '@emotion/styled'; import {space} from 'sentry/styles/space'; export const ActionWrapper = styled('div')` padding: ${space(2)}; `;