diff --git a/src/components/Text.js b/src/components/Text.js index 696fd817c7ef..16f0836da089 100644 --- a/src/components/Text.js +++ b/src/components/Text.js @@ -59,7 +59,7 @@ const Text = React.forwardRef(({ ...mergedStyles, }; - if (fontSize === variables.fontSizeNormal) { + if (componentStyle.fontSize === variables.fontSizeNormal) { componentStyle.lineHeight = 20; }