@campxdev/react-blueprint 1.7.15 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/react-blueprint",
3
- "version": "1.7.15",
3
+ "version": "1.7.16",
4
4
  "main": "./export.ts",
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.13.3",
@@ -261,7 +261,7 @@ export const getCommonTheme = (mode: Theme) => {
261
261
  fullWidth: true,
262
262
  },
263
263
  paper: {
264
- // color: ColorTokens.surface.defaultBackground,
264
+ backgroundColor: ColorTokens.surface.defaultBackground,
265
265
  borderRadius: '5px',
266
266
  width: '100%',
267
267
  maxHeight: 'calc(100vh - 64px)',