styles.tsx 178 B

1234567
  1. import styled from '@emotion/styled';
  2. import {DateTime} from 'sentry/components/dateTime';
  3. export const StyledDateTime = styled(DateTime)`
  4. color: ${p => p.theme.gray300};
  5. `;