UNPKG

@tmlmobilidade/emails

Version:
17 lines (16 loc) 352 B
/* * */ import colors from '../../styles/colors.js'; import { fontFamily, fontSize, fontWeight } from '../../styles/font.js'; /* * */ /* TEXT */ const text = { color: colors.muted.foreground, fontFamily: fontFamily.primary, fontSize: fontSize.xs, fontWeight: fontWeight.normal, margin: '0', }; /* * */ export default { text, };