widgetBadge.tsx 154 B

1234567
  1. import styled from '@emotion/styled';
  2. import Badge from 'sentry/components/badge/badge';
  3. export const WidgetBadge = styled(Badge)`
  4. flex-shrink: 0;
  5. `;