From 2f594dd8250a710affa3d041fc0fc1c83bd174a5 Mon Sep 17 00:00:00 2001 From: Ben Xu Date: Fri, 3 May 2024 18:48:22 -0400 Subject: [PATCH] add monospace font --- .../source/clients/mobile/react-native/src/screens/Main.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/source/clients/mobile/react-native/src/screens/Main.tsx b/software/source/clients/mobile/react-native/src/screens/Main.tsx index db4cc08..660bc91 100644 --- a/software/source/clients/mobile/react-native/src/screens/Main.tsx +++ b/software/source/clients/mobile/react-native/src/screens/Main.tsx @@ -270,10 +270,11 @@ const styles = StyleSheet.create({ }, accumulatedMessage: { margin: 20, - fontSize: 16, + fontSize: 15, textAlign: "left", color: "white", paddingBottom: 30, + fontFamily: "monospace", }, scrollViewContent: { padding: 25,