Skip to content

Commit

Permalink
Made labels bold
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 25, 2023
1 parent e872d23 commit 65c875d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digitalarkivet/mui-theme",
"version": "2.0.0-alpha6",
"version": "2.0.0-alpha7",
"description": "MUI themes for Digitalarkivet applications",
"private": false,
"main": "dist/main.js",
Expand Down
9 changes: 9 additions & 0 deletions src/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,15 @@ const theme = createTheme(
},
},
},
MuiFormControlLabel: {
styleOverrides: {
root: {
"& span": {
fontWeight: themeTypography.typography.fontWeightBold,
},
},
},
},
},
},
themeTypography, themeColors,
Expand Down

0 comments on commit 65c875d

Please sign in to comment.