From 21d7eadd688826b70f67bf9de590066fbb48fdb1 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 12 Apr 2025 19:14:20 +0200 Subject: [PATCH] Set normal letterSpacing --- src/styles/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme.ts b/src/styles/theme.ts index 1bd2974..6ea83cc 100644 --- a/src/styles/theme.ts +++ b/src/styles/theme.ts @@ -32,7 +32,7 @@ const commonThemeOptions = { fontSize: '23px', fontWeight: 400, lineHeight: 1.5, - letterSpacing: '0.5px', + letterSpacing: 'normal', }, body2: {