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: { accumulatedMessage: {
margin: 20, margin: 20,
fontSize: 16, fontSize: 15,
textAlign: "left", textAlign: "left",
color: "white", color: "white",
paddingBottom: 30, paddingBottom: 30,
fontFamily: "monospace",
}, },
scrollViewContent: { scrollViewContent: {
padding: 25, padding: 25,