Skip to content

Commit a2b7b91

Browse files
committed
fix: undefined props on theme.js
1 parent 63f3d4a commit a2b7b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { extendTheme } from '@chakra-ui/react';
22

33
export default extendTheme({
44
styles: {
5-
global: (props) => ({
5+
global: () => ({
66
body: {
77
fontFamily: 'Inter',
88
},

0 commit comments

Comments
 (0)