@applica-software-guru/react-admin 1.5.347 → 1.5.348

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
@@ -108,5 +108,5 @@
108
108
  "type": "module",
109
109
  "types": "dist/index.d.ts",
110
110
  "typings": "dist/index.d.ts",
111
- "version": "1.5.347"
111
+ "version": "1.5.348"
112
112
  }
@@ -145,7 +145,7 @@ function Empty({
145
145
  ) : null)}
146
146
  </Box>
147
147
  <StyledToolbar className={EmptyClasses.toolbar}>
148
- {actions || (canCreate ? <CreateButton disableFloatingButton /> : null)}
148
+ {actions || (canCreate ? <CreateButton variant="contained" size="medium" disableFloatingButton /> : null)}
149
149
  </StyledToolbar>
150
150
  </Root>
151
151
  );