@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.
@@ -182,7 +182,7 @@ function Typography({
182
182
  const text = /*#__PURE__*/jsxRuntime.jsx(nativeBase.Text, {
183
183
  accessibilityRole: accessibilityRole || undefined,
184
184
  fontSize: fontSizeForNativeBase,
185
- lineHeight: fontSizeForNativeBase,
185
+ lineHeight: hasTypographyAncestor ? undefined : fontSizeForNativeBase,
186
186
  fontWeight: isHeader ? `headers.${nonNullableVariant}` : `bodies.${nonNullableVariant}`,
187
187
  fontFamily: isHeader ? `headers.${nonNullableVariant}` : `bodies.${nonNullableVariant}`,
188
188
  color: color ? `kitt.typography.${color}` : undefined,