Skip to content

Commit 5e00a19

Browse files
authored
Merge pull request #862 from illacloud/beta
chore: change paragraph style
2 parents 17bc06d + 0d7917c commit 5e00a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/typography/src/paragraph-style.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export function applyParagraphContainer(indent: boolean): SerializedStyles {
44
if (indent) {
55
return css`
66
text-indent: 2em;
7-
font-size: 12px;
7+
font-size: 14px;
88
line-height: 24px;
99
`
1010
} else {
1111
return css`
12-
font-size: 12px;
12+
font-size: 14px;
1313
line-height: 24px;
1414
`
1515
}

0 commit comments

Comments
 (0)