Skip to content

Commit

Permalink
fix(typography): fix body1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed Aug 30, 2020
1 parent 684c28b commit c3c095d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/themes/minima/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export class MinimaBase extends LyStyleUtils {
}`),
body1: new StyleCollection(() => lyl `{
font-size: ${this.pxToRem(16)}
font-weight: 400,
font-weight: 400
letter-spacing: ${0.5 / 16}em
}`),
body2: new StyleCollection(() => lyl `{
Expand Down

0 comments on commit c3c095d

Please sign in to comment.