diff --git a/package.json b/package.json index 14c2494..f458ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digitalarkivet/mui-theme", - "version": "2.0.0-alpha10", + "version": "2.0.0-alpha11", "description": "MUI themes for Digitalarkivet applications", "private": false, "main": "dist/main.js", diff --git a/src/light.ts b/src/light.ts index 72edfd1..3e0cb9c 100644 --- a/src/light.ts +++ b/src/light.ts @@ -188,7 +188,7 @@ declare module "@mui/material/Paper" { const themeTypography = createTheme({ typography: { - fontSize: 16, + fontSize: 14, fontFamily: [ "'Neue Haas Grotesk'", "'Source Sans 3'",