@zesty-io/material 0.5.2 → 0.5.3

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/es/theme/index.js CHANGED
@@ -259,6 +259,13 @@ theme = createTheme(theme, {
259
259
  }
260
260
  },
261
261
  },
262
+ MuiListItemButton: {
263
+ styleOverrides: {
264
+ divider: {
265
+ borderColor: theme.palette.border,
266
+ }
267
+ },
268
+ },
262
269
  MuiTreeItem: {
263
270
  styleOverrides: {
264
271
  content: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zesty-io/material",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Contains custom components which are in addition to the @mui design-system",
5
5
  "author": "Zesty.io",
6
6
  "license": "MIT",