@campxdev/react-blueprint 1.7.15-alpha.1 → 1.7.16
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/package.json
CHANGED
|
@@ -260,14 +260,14 @@ export const getCommonTheme = (mode: Theme) => {
|
|
|
260
260
|
root: {
|
|
261
261
|
fullWidth: true,
|
|
262
262
|
},
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
263
|
+
paper: {
|
|
264
|
+
backgroundColor: ColorTokens.surface.defaultBackground,
|
|
265
|
+
borderRadius: '5px',
|
|
266
|
+
width: '100%',
|
|
267
|
+
maxHeight: 'calc(100vh - 64px)',
|
|
268
|
+
overflow: 'auto',
|
|
269
|
+
boxShadow: 'none',
|
|
270
|
+
},
|
|
271
271
|
},
|
|
272
272
|
},
|
|
273
273
|
MuiMenu: {
|