@groupeactual/ui-kit 0.4.5 → 0.4.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/cjs/index.js CHANGED
@@ -50458,13 +50458,13 @@ var ActButton = styled$1(Button$1)(function (_a) {
50458
50458
  var theme = _a.theme;
50459
50459
  return ({
50460
50460
  color: theme.palette.blueClickable,
50461
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
50462
- border: "1px solid ".concat(theme.palette.greyLightBorder),
50461
+ border: "1px solid ".concat(theme.palette.greyLightDefaultborder),
50463
50462
  borderRadius: 4,
50463
+ padding: '7.5px 16px',
50464
50464
  fontWeight: theme.typography.fontWeightBold,
50465
50465
  lineHeight: '18px',
50466
50466
  textTransform: 'unset',
50467
- fontSize: 14
50467
+ fontSize: '14px'
50468
50468
  });
50469
50469
  });
50470
50470