From c3c095d83c3dbedb06ee8a6d5e2a820d2ef26c8b Mon Sep 17 00:00:00 2001 From: Enlcxx Date: Sat, 29 Aug 2020 20:01:16 -0500 Subject: [PATCH] fix(typography): fix `body1` --- src/lib/themes/minima/base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/themes/minima/base.ts b/src/lib/themes/minima/base.ts index ee4475033..750ced1df 100644 --- a/src/lib/themes/minima/base.ts +++ b/src/lib/themes/minima/base.ts @@ -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 `{