@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.
@@ -202,7 +202,7 @@ function Typography(_ref) {
202
202
  var text = /*#__PURE__*/jsx(Text$1, _objectSpread({
203
203
  accessibilityRole: accessibilityRole || undefined,
204
204
  fontSize: fontSizeForNativeBase,
205
- lineHeight: fontSizeForNativeBase,
205
+ lineHeight: hasTypographyAncestor ? undefined : fontSizeForNativeBase,
206
206
  fontWeight: isHeader ? "headers.".concat(nonNullableVariant) : "bodies.".concat(nonNullableVariant),
207
207
  fontFamily: isHeader ? "headers.".concat(nonNullableVariant) : "bodies.".concat(nonNullableVariant),
208
208
  color: color ? "kitt.typography.".concat(color) : undefined,