diff options
-rw-r--r-- | src/view/lib/themes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts index 3851ee9d0..722c79df0 100644 --- a/src/view/lib/themes.ts +++ b/src/view/lib/themes.ts @@ -101,7 +101,7 @@ export const defaultTheme: Theme = { }, body1: { fontSize: 16, - letterSpacing: 0.5, + letterSpacing: 0.25, }, body2: { fontSize: 14, |