Skip to content

Commit 4744f89

Browse files
authored
bump font size for body text (#187)
1 parent c442bef commit 4744f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/components/Text.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ol,
2121
ul {
2222
margin: 1em 0;
23-
font-size: var(--sk-text-s);
23+
font-size: var(--sk-text-m);
2424
}
2525
2626
/* TODO is this still used? don't think so */

0 commit comments

Comments
 (0)