add monospace font

pull/263/head
Ben Xu 8 months ago
parent 1112ac5e6c
commit 2f594dd825

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

Loading…
Cancel
Save