We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
theme.js
1 parent 63f3d4a commit a2b7b91Copy full SHA for a2b7b91
1 file changed
src/styles/theme.js
@@ -2,7 +2,7 @@ import { extendTheme } from '@chakra-ui/react';
2
3
export default extendTheme({
4
styles: {
5
- global: (props) => ({
+ global: () => ({
6
body: {
7
fontFamily: 'Inter',
8
},
0 commit comments