Skip to content

Commit 8f69013

Browse files
committed
set body font size to md
1 parent f81691c commit 8f69013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@chakra-ui/gatsby-plugin/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const styles = {
1616
// native Chakra semantic tokens
1717
bg: mode("white", "gray.700")(props),
1818
lineHeight: "base",
19-
fontSize: ["sm", null, "md"],
19+
fontSize: "md",
2020
},
2121
a: {
2222
color: "primary.base",

0 commit comments

Comments
 (0)