@vertigis/react-ui 11.21.1 → 11.21.2

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": "@vertigis/react-ui",
3
- "version": "11.21.1",
3
+ "version": "11.21.2",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",
@@ -386,8 +386,7 @@ function getOverrides(theme) {
386
386
  },
387
387
  styleOverrides: {
388
388
  root: {
389
- fontStyle: "italic",
390
- fontSize: typography.pxToRem(13),
389
+ ...typography.subtitle2,
391
390
  marginTop: 0,
392
391
  marginBottom: spacing(0.5),
393
392
  "&.Mui-error": {