@vention/machine-ui 5.20.4 → 5.20.5
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 +4 -3
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -12136,8 +12136,9 @@ const useStyles$6 = tss.withParams().create(({
|
|
|
12136
12136
|
}
|
|
12137
12137
|
},
|
|
12138
12138
|
popoverSlot: {
|
|
12139
|
-
|
|
12140
|
-
backgroundColor: "transparent"
|
|
12139
|
+
paddingTop: theme.spacing(1),
|
|
12140
|
+
backgroundColor: "transparent",
|
|
12141
|
+
boxShadow: theme.shadows[6]
|
|
12141
12142
|
},
|
|
12142
12143
|
menuContainer: {
|
|
12143
12144
|
display: "flex",
|
|
@@ -12808,7 +12809,7 @@ const useStyles$4 = tss.withParams().create(({
|
|
|
12808
12809
|
marginTop: theme.spacing(1),
|
|
12809
12810
|
border: `1px solid ${theme.palette.border.default}`,
|
|
12810
12811
|
borderRadius: 4,
|
|
12811
|
-
boxShadow:
|
|
12812
|
+
boxShadow: theme.shadows[6]
|
|
12812
12813
|
},
|
|
12813
12814
|
listbox: {
|
|
12814
12815
|
padding: theme.spacing(1, 0)
|