Skip to content

Commit

Permalink
Merge pull request #1164 from tomivm/fix/change-font-on-darkMode
Browse files Browse the repository at this point in the history
Fix - manage fonts on darkMode
  • Loading branch information
martinbedouret authored Mar 31, 2022
2 parents 36e9673 + b3938c6 commit 1f19986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ThemeProvider/ThemeProvider.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class ThemeProvider extends Component {
},
secondary: amber
},
typography: fontFamily,
typography: { fontFamily },
direction: dir
});

Expand Down

0 comments on commit 1f19986

Please sign in to comment.