@zesty-io/material 0.12.3 → 0.12.4

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
@@ -223,7 +223,7 @@ const components = {
223
223
  styleOverrides: {
224
224
  root: ({ theme }) => ({
225
225
  ...theme.typography.h5,
226
- fontWeight: 600,
226
+ fontWeight: 700,
227
227
  padding: "20px",
228
228
  }),
229
229
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zesty-io/material",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Contains custom components which are in addition to the @mui design-system",
5
5
  "author": "Zesty.io",
6
6
  "license": "MIT",