@sinchsmb/ui-kit
Version:
UI kit for SinchSMB frontend
15 lines (12 loc) • 342 B
text/typescript
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;
`;