@vention/machine-ui 3.37.0 → 3.37.1

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 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3466,9 +3466,8 @@ const useStyles$A = tss.withParams().create(({
3466
3466
  height: getButtonHeight(size, theme),
3467
3467
  padding: BUTTON_PADDINGS[size],
3468
3468
  backgroundColor: stylingProperties.backgroundColor,
3469
- borderColor: theme.palette.border.main,
3470
3469
  borderRadius: stylingProperties.borderRadius,
3471
- outline: stylingProperties.border,
3470
+ border: stylingProperties.border,
3472
3471
  color,
3473
3472
  "&:hover": {
3474
3473
  backgroundColor: stylingProperties.backgroundColorOnHover
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "3.37.0",
3
+ "version": "3.37.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"