@applica-software-guru/react-admin 1.5.383 → 1.5.384

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
@@ -95,5 +95,5 @@
95
95
  "type": "module",
96
96
  "types": "dist/index.d.ts",
97
97
  "typings": "dist/index.d.ts",
98
- "version": "1.5.383"
98
+ "version": "1.5.384"
99
99
  }
@@ -164,7 +164,7 @@ const StyledList = styled(RaList, { slot: 'root' })(({ theme }) => ({
164
164
  margin: '0 !important',
165
165
  alignSelf: 'center'
166
166
  },
167
- '& > .MuiToolbar-root': {
167
+ '& .MuiToolbar-root': {
168
168
  flex: 'unset',
169
169
  padding: 0,
170
170
  alignSelf: 'center',