@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.
- package/index.esm.js +1 -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
|
-
|
|
3470
|
+
border: stylingProperties.border,
|
|
3472
3471
|
color,
|
|
3473
3472
|
"&:hover": {
|
|
3474
3473
|
backgroundColor: stylingProperties.backgroundColorOnHover
|