diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/themes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts index 95aee0842..b778d5b30 100644 --- a/src/lib/themes.ts +++ b/src/lib/themes.ts @@ -264,8 +264,8 @@ export const defaultTheme: Theme = { fontWeight: '400', }, 'post-text-lg': { - fontSize: 22, - letterSpacing: 0.4, + fontSize: 20, + letterSpacing: 0.2, fontWeight: '400', }, 'button-lg': { |