@sinchsmb/ui-kit
Version:
UI kit for SinchSMB frontend
16 lines (13 loc) • 335 B
text/typescript
import styled from 'styled-components/macro';
import { color } from '../../../../../theme';
export const StyledModalTitle = styled.h2`
color: ${color('sys/color/text/primary')};
flex-shrink: 0;
font-size: 20px;
font-weight: 500;
line-height: 30px;
margin: 0;
max-width: 100%;
padding: 0;
word-break: break-word;
`;