@ornikar/kitt-universal 9.3.1 → 9.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,7 +199,7 @@ function Typography(_ref) {
199
199
  var text = /*#__PURE__*/jsx(Text$1, _objectSpread({
200
200
  accessibilityRole: accessibilityRole || undefined,
201
201
  fontSize: fontSizeForNativeBase,
202
- lineHeight: fontSizeForNativeBase,
202
+ lineHeight: hasTypographyAncestor ? undefined : fontSizeForNativeBase,
203
203
  fontWeight: isHeader ? "headers.".concat(nonNullableVariant) : "bodies.".concat(nonNullableVariant),
204
204
  fontFamily: isHeader ? "headers.".concat(nonNullableVariant) : "bodies.".concat(nonNullableVariant),
205
205
  color: color ? "kitt.typography.".concat(color) : undefined,