Skip to content

Commit

Permalink
chore: change paragraph style
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlongbo committed Feb 21, 2024
1 parent 0e2cb63 commit 0d7917c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typography/src/paragraph-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ export function applyParagraphContainer(indent: boolean): SerializedStyles {
if (indent) {
return css`
text-indent: 2em;
font-size: 12px;
font-size: 14px;
line-height: 24px;
`
} else {
return css`
font-size: 12px;
font-size: 14px;
line-height: 24px;
`
}
Expand Down

0 comments on commit 0d7917c

Please sign in to comment.