@auth0/quantum-product 2.1.2 → 2.1.3

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.
@@ -54,6 +54,8 @@ var Root = (0, styled_1.styled)(divider_1.Divider, { name: dropdownMenuDividerCo
54
54
  var theme = _a.theme;
55
55
  return ({
56
56
  margin: theme.spacing(1),
57
+ borderColor: theme.tokens.color_border_default,
58
+ borderWidth: '0px 0px thin',
57
59
  });
58
60
  });
59
61
  exports.DropdownMenuDivider = React.forwardRef(function (props, ref) {
@@ -28,6 +28,8 @@ var Root = styled(Divider, { name: dropdownMenuDividerComponentName, slot: 'Root
28
28
  var theme = _a.theme;
29
29
  return ({
30
30
  margin: theme.spacing(1),
31
+ borderColor: theme.tokens.color_border_default,
32
+ borderWidth: '0px 0px thin',
31
33
  });
32
34
  });
33
35
  export var DropdownMenuDivider = React.forwardRef(function (props, ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth0/quantum-product",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "sideEffects": false,
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {