add monospace font
This commit is contained in:
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…
Reference in New Issue