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