@carbonplan/components 11.0.1 → 11.0.2

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.
@@ -543,7 +543,7 @@ const Label = ({
543
543
  horizontal
544
544
  }) => /*#__PURE__*/React.createElement(Box, {
545
545
  sx: !horizontal && {
546
- width: ['12px', '17px', '17px', '19px'],
546
+ width: ['13px', '17px', '17px', '19px'],
547
547
  alignSelf: 'flex-end'
548
548
  }
549
549
  }, /*#__PURE__*/React.createElement(Box, {