From d9700af4d9e31bd3871c2a939314ac2788fb91ac Mon Sep 17 00:00:00 2001 From: matushl Date: Sun, 24 Nov 2024 13:50:59 +0100 Subject: [PATCH] fix #490: add justify to body typographies --- src/theme.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme.ts b/src/theme.ts index 46c79453..40a5ec64 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -118,14 +118,17 @@ const _theme = createTheme({ body1: { ...font.style, fontWeight: 400, + textAlign: 'justify', }, body2: { ...font.style, fontWeight: 400, + textAlign: 'justify', }, body3: { ...font.style, fontWeight: 400, + textAlign: 'justify', }, button1: { ...font.style, @@ -163,6 +166,7 @@ const _theme = createTheme({ postBody: { ...font.style, fontWeight: 400, + textAlign: 'justify', }, postDate: { ...font.style,