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,