add monospace font

This commit is contained in:
Ben Xu 2024-05-03 18:48:22 -04:00
parent 1112ac5e6c
commit 2f594dd825
1 changed files with 2 additions and 1 deletions

View File

@ -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,