Skip to content

Commit 1b5e2fd

Browse files
committed
fix inline code font size
1 parent 89c1b25 commit 1b5e2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Markdown.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Markdown.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module InlineCode = {
169169
@react.component
170170
let make = (~children) =>
171171
<code
172-
className="md-inline-code py-0.75 px-2 text-14 font-medium rounded font-mono bg-gray-10-tr">
172+
className="md-inline-code py-0.75 px-2 text-smaller-1 font-medium rounded font-mono bg-gray-10-tr">
173173
//text-smaller-1
174174
children
175175
</code>

0 commit comments

Comments
 (0)