add monospace font
This commit is contained in:
parent
1112ac5e6c
commit
2f594dd825
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue