@primer/components 0.0.0-202192953933 → 0.0.0-20219296335

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.
@@ -298,7 +298,7 @@ const Button = /*#__PURE__*/(0, _react.forwardRef)(({
298
298
  const iconWrapStyles = {
299
299
  display: 'inline-block',
300
300
  ...(!iconOnly ? {
301
- pr: 3
301
+ mr: 2
302
302
  } : {})
303
303
  };
304
304
  return /*#__PURE__*/_react.default.createElement(ButtonBase, _extends({
@@ -16,7 +16,8 @@ const styles = {
16
16
  padding: '0px 6px',
17
17
  backgroundColor: 'neutral.muted',
18
18
  borderRadius: '50%',
19
- marginLeft: '8px'
19
+ marginLeft: '8px',
20
+ marginRight: '-4px'
20
21
  };
21
22
 
22
23
  const Counter = ({
@@ -275,7 +275,7 @@ const Button = /*#__PURE__*/forwardRef(({
275
275
  const iconWrapStyles = {
276
276
  display: 'inline-block',
277
277
  ...(!iconOnly ? {
278
- pr: 3
278
+ mr: 2
279
279
  } : {})
280
280
  };
281
281
  return /*#__PURE__*/React.createElement(ButtonBase, _extends({
@@ -5,7 +5,8 @@ const styles = {
5
5
  padding: '0px 6px',
6
6
  backgroundColor: 'neutral.muted',
7
7
  borderRadius: '50%',
8
- marginLeft: '8px'
8
+ marginLeft: '8px',
9
+ marginRight: '-4px'
9
10
  };
10
11
 
11
12
  const Counter = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-202192953933",
3
+ "version": "0.0.0-20219296335",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",