@vention/machine-ui 5.20.5 → 5.20.7

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.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7467,7 +7467,7 @@ const radioColorMap = {
7467
7467
  },
7468
7468
  unchecked: {
7469
7469
  outlined: palette => ({
7470
- borderColor: palette.border.main,
7470
+ borderColor: COLORS["slate"][400],
7471
7471
  borderColorOnHover: palette.border.hover,
7472
7472
  borderColorOnPress: palette.border.active,
7473
7473
  borderColorOnError: palette.border.destructive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "5.20.5",
3
+ "version": "5.20.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"