actionWrapper.tsx 154 B

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