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