Skip to content

Commit 2d51226

Browse files
authored
Merge pull request #11502 from TylerAPfledderer/fix/code-font-size
style(theme): update font styling for mono text
2 parents 66e1989 + d96b2db commit 2d51226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ const styles = {
7979
visibility: "visible",
8080
},
8181
"pre, code, kbd, samp": {
82-
fontSize: "0.8em",
83-
lineHeight: "1.1rem",
84-
fontFamily: "SFMono-Regular,Menlo,Monaco,Consolas,monospace",
82+
fontSize: "md",
83+
lineHeight: "base",
84+
fontFamily: "monospace",
8585
},
8686
}),
8787
}

0 commit comments

Comments
 (0)