diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 21:21:17 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 21:21:17 +0200 |
commit | 509785982a1b4ac9ab145bac90d97be7044228c4 (patch) | |
tree | 2ab074c254f0f88788b103a400ce0e308c044ec4 /components/ThemedText.tsx | |
parent | 7103a17512b77b816d7daa972b7fc14bdcab5e6b (diff) |
Init alert list page
Diffstat (limited to 'components/ThemedText.tsx')
-rw-r--r-- | components/ThemedText.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/ThemedText.tsx b/components/ThemedText.tsx index c0e1a78..636a039 100644 --- a/components/ThemedText.tsx +++ b/components/ThemedText.tsx @@ -46,7 +46,8 @@ const styles = StyleSheet.create({ title: { fontSize: 32, fontWeight: 'bold', - lineHeight: 32, + textAlign: 'center', + fontFamily: 'SpaceMono', }, subtitle: { fontSize: 20, |