import styled from 'styled-components/macro';

import { color } from '../../../../../theme';

export const StyledModalSubTitle = styled.span`
  color: ${color('sys/color/text/secondary')};
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
  padding-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
`;
