import styled from '@emotion/styled'; import Badge from 'sentry/components/badge/badge'; export const WidgetBadge = styled(Badge)` flex-shrink: 0; `;