@bento-core/tab 1.0.0-c3dc.5 → 1.0.0-c3dc.6

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/dist/Tabs.js +7 -1
  2. package/package.json +1 -1
package/dist/Tabs.js CHANGED
@@ -277,7 +277,13 @@ const TabItems = _ref => {
277
277
  horizontal: 'center'
278
278
  },
279
279
  style: {
280
- marginTop: '10px'
280
+ marginTop: '0px'
281
+ },
282
+ PaperProps: {
283
+ style: {
284
+ border: '1.5px solid rgb(86, 102, 189)',
285
+ borderRadius: '5px'
286
+ }
281
287
  }
282
288
  }, /*#__PURE__*/_react.default.createElement(_core.List, {
283
289
  className: "popover-list"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/tab",
3
- "version": "1.0.0-c3dc.5",
3
+ "version": "1.0.0-c3dc.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {