fix lineheight in typeset component

This commit is contained in:
domyen 2020-11-21 15:19:19 -05:00
parent a5bd17f262
commit b57e807b5d

View File

@ -60,7 +60,7 @@ export const Typeset: FunctionComponent<TypesetProps> = ({
fontFamily,
fontSize: size,
fontWeight,
lineHeight: size,
lineHeight: 1.2,
}}
>
{sampleText || 'Was he a beast if music could move him so?'}