@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.
- package/dist/Tabs.js +7 -1
- 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: '
|
|
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"
|