@carbonplan/components 11.0.3 → 11.0.4
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/dst/index.esm.js +1 -0
- package/dst/index.esm.js.map +1 -1
- package/dst/index.js +1 -0
- package/dst/index.js.map +1 -1
- package/dst/index.modern.js +1 -0
- package/dst/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dst/index.js
CHANGED
|
@@ -2079,6 +2079,7 @@ var Layout = function Layout(_ref) {
|
|
|
2079
2079
|
menuItems.push( /*#__PURE__*/React__default['default'].createElement(Settings, _extends({
|
|
2080
2080
|
key: "settings",
|
|
2081
2081
|
sx: {
|
|
2082
|
+
mr: ['2px'],
|
|
2082
2083
|
display: ['inherit', 'inherit', 'none', 'none']
|
|
2083
2084
|
}
|
|
2084
2085
|
}, settings)));
|