@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.
@@ -2026,6 +2026,7 @@ const Layout = ({
2026
2026
  menuItems.push( /*#__PURE__*/React.createElement(Settings, _extends({
2027
2027
  key: "settings",
2028
2028
  sx: {
2029
+ mr: ['2px'],
2029
2030
  display: ['inherit', 'inherit', 'none', 'none']
2030
2031
  }
2031
2032
  }, settings)));