@quintoandar-tokko/wrapped 1.0.87 → 1.0.88

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -148,7 +148,8 @@ var Wrapped = exports.Wrapped = function Wrapped(_ref) {
148
148
  return deleteRestItem(item);
149
149
  } : false,
150
150
  style: {
151
- marginRight: '5px'
151
+ marginRight: '5px',
152
+ transform: 'scale(2)'
152
153
  },
153
154
  onClick: item[clickFn]
154
155
  }, /*#__PURE__*/_react["default"].createElement(_box.Box, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintoandar-tokko/wrapped",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
6
  "files": [
@@ -15,5 +15,5 @@
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
18
- "gitHead": "569db45a6d906727ec08db808194982a958606c5"
18
+ "gitHead": "6982bf2c698c0420d8c0d226f32093408d0ca825"
19
19
  }