sapo-components-ui-rn 1.0.38 → 1.0.39

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.js CHANGED
@@ -6880,7 +6880,7 @@ var Tag = function (_a) {
6880
6880
  setActive(isActive);
6881
6881
  }, [isActive]);
6882
6882
  return (React__default["default"].createElement(View, { row: true },
6883
- React__default["default"].createElement(View, { row: true, height: height, disabled: disabled, paddingHorizontal: CONSTANTS.SPACE_12, paddingVertical: CONSTANTS.SPACE_8, borderRadius: borderRadius, alignCenter: true, style: [
6883
+ React__default["default"].createElement(View, { row: true, height: height, disabled: disabled, paddingHorizontal: CONSTANTS.SPACE_12, paddingVertical: CONSTANTS.SPACE_8, borderRadius: borderRadius, center: true, style: [
6884
6884
  disabled && {
6885
6885
  backgroundColor: colors.surfaceSecondaryDefault,
6886
6886
  borderColor: colors.surfaceSecondaryDefault,
@@ -6899,7 +6899,7 @@ var Tag = function (_a) {
6899
6899
  textStyle,
6900
6900
  ] }, title)),
6901
6901
  rightIcon ? (React__default["default"].createElement(View, { paddingLeft: CONSTANTS.SPACE_4 }, rightIcon)) : hideRightIcon ? (React__default["default"].createElement(View, null)) : (React__default["default"].createElement(View, { paddingLeft: CONSTANTS.SPACE_4 },
6902
- React__default["default"].createElement(Icon$1, { name: "IconClose", type: "Svg", size: 24, color: colors.iconBrandDefault }))))));
6902
+ React__default["default"].createElement(Icon$1, { name: "IconClose", type: "Svg", size: 20, color: colors.iconBrandDefault }))))));
6903
6903
  };
6904
6904
  var styles = reactNative.StyleSheet.create(__assign({}, containerStyles));
6905
6905