@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.
- package/dist/index-browser-all.es.android.js +1 -1
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +1 -1
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +1 -1
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +1 -1
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +1 -1
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +1 -1
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -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,
|