sapo-components-ui-rn 1.0.40 → 1.0.41
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.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Tag/index.tsx +3 -0
package/dist/index.esm.js
CHANGED
|
@@ -6859,6 +6859,9 @@ var Tag = function (_a) {
|
|
|
6859
6859
|
React__default.createElement(View, null,
|
|
6860
6860
|
React__default.createElement(Text$1, { size: 14, numberOfLines: numberOfLines, ellipsizeMode: ellipsizeMode, style: [
|
|
6861
6861
|
styles.textMedium,
|
|
6862
|
+
{
|
|
6863
|
+
lineHeight: 16,
|
|
6864
|
+
},
|
|
6862
6865
|
disabled && {
|
|
6863
6866
|
color: colors.textSecondary,
|
|
6864
6867
|
},
|