@campxdev/react-blueprint 1.2.19 → 1.2.20

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.2.19",
3
+ "version": "1.2.20",
4
4
  "main": "./export.ts",
5
5
  "private": false,
6
6
  "dependencies": {
@@ -112,7 +112,7 @@ export const getCommonTheme = (mode: Theme) => {
112
112
  styleOverrides: {
113
113
  root: {
114
114
  borderRadius: '10px',
115
- padding: '0px',
115
+ // padding: '0px',
116
116
  },
117
117
  },
118
118
  },