We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164f5d5 commit 53a5ceaCopy full SHA for 53a5cea
1 file changed
packages/designto-flutter/painting/painting-text-style.ts
@@ -18,7 +18,7 @@ export function textStyle(style: ITextStyle): flutter.TextStyle {
18
color: dartui.color(style.color),
19
fontStyle: fontStyle(style.fontStyle),
20
letterSpacing: length.letterSpacing(style.fontSize, letterSpacing),
21
- height: length.multiple(style.fontSize, style.lineHeight),
+ height: rd(length.multiple(style.fontSize, style.lineHeight)),
22
decoration: decoration,
23
shadows: dartui.shadow(style.textShadow),
24
});
0 commit comments