diff --git a/react/MuiCozyTheme/theme.js b/react/MuiCozyTheme/theme.js index 57650b0f5e..7232dbdafc 100644 --- a/react/MuiCozyTheme/theme.js +++ b/react/MuiCozyTheme/theme.js @@ -7,8 +7,9 @@ const defaultValues = { export const theme = createMuiTheme({ typography: { + useNextVariants: true, fontFamily: getCssVariableValue('primaryFont'), - title: { + h6: { color: 'white' } },