actionWrapper.tsx 160 B

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