diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-28 15:08:14 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-28 15:08:14 -0600 |
commit | 84e74d5ee49423ca135627fd35a663ff2aa8b309 (patch) | |
tree | 1b652b42640c7473b33a3eb0997f5c1c91ae208a /src | |
parent | 7e31645e9a355f2a0b3c8d62430a53dbb4714674 (diff) | |
download | voidsky-84e74d5ee49423ca135627fd35a663ff2aa8b309.tar.zst |
Fix letter spacing
Diffstat (limited to 'src')
-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, |