File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -131,20 +131,44 @@ export const styles = {
131
131
backgroundColor : '#f5f5f5' ,
132
132
padding : 10 ,
133
133
borderRadius : 4 ,
134
+ ...Platform . select ( {
135
+ [ "ios" ] : {
136
+ fontFamily : "Courier" ,
137
+ } ,
138
+ [ "android" ] : {
139
+ fontFamily : "monospace" ,
140
+ } ,
141
+ } ) ,
134
142
} ,
135
143
code_block : {
136
144
borderWidth : 1 ,
137
145
borderColor : '#CCCCCC' ,
138
146
backgroundColor : '#f5f5f5' ,
139
147
padding : 10 ,
140
148
borderRadius : 4 ,
149
+ ...Platform . select ( {
150
+ [ "ios" ] : {
151
+ fontFamily : "Courier" ,
152
+ } ,
153
+ [ "android" ] : {
154
+ fontFamily : "monospace" ,
155
+ } ,
156
+ } ) ,
141
157
} ,
142
158
fence : {
143
159
borderWidth : 1 ,
144
160
borderColor : '#CCCCCC' ,
145
161
backgroundColor : '#f5f5f5' ,
146
162
padding : 10 ,
147
163
borderRadius : 4 ,
164
+ ...Platform . select ( {
165
+ [ "ios" ] : {
166
+ fontFamily : "Courier" ,
167
+ } ,
168
+ [ "android" ] : {
169
+ fontFamily : "monospace" ,
170
+ } ,
171
+ } ) ,
148
172
} ,
149
173
150
174
// Tables
You can’t perform that action at this time.
0 commit comments