Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit ae3ca43

Browse files
author
Andrey Okonetchnikov
committed
fix: Fix base font size reference in the CDD theme file
1 parent edbaaba commit ae3ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/cdds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const theme = {
5959
monospace: "Menlo, monospace"
6060
},
6161
fontSizes: {
62-
base: fontSizes.m,
62+
base: fontSizes.md,
6363
...fontSizes
6464
},
6565
fontWeights: {

0 commit comments

Comments
 (0)