UNPKG

@tmlmobilidade/emails

Version:
17 lines (16 loc) 325 B
/* * */ import { fontFamily, fontSize, lineHeight } from '../../styles/font.js'; /* * */ const text = { color: '#000000', fontFamily: fontFamily.primary, fontSize: fontSize.lg, lineHeight: lineHeight.normal, margin: 0, marginBottom: 15, textAlign: 'left', }; /* * */ export default { text, };