File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ export const styles = {
5050
5151 // Blockquotes
5252 blockquote : {
53- backgroundColor : " #F5F5F5" ,
54- borderColor : " #CCC" ,
53+ backgroundColor : ' #F5F5F5' ,
54+ borderColor : ' #CCC' ,
5555 borderLeftWidth : 4 ,
5656 marginLeft : 5 ,
5757 paddingHorizontal : 5 ,
@@ -93,11 +93,11 @@ export const styles = {
9393 padding : 10 ,
9494 borderRadius : 4 ,
9595 ...Platform . select ( {
96- [ " ios" ] : {
97- fontFamily : " Courier" ,
96+ [ ' ios' ] : {
97+ fontFamily : ' Courier' ,
9898 } ,
99- [ " android" ] : {
100- fontFamily : " monospace" ,
99+ [ ' android' ] : {
100+ fontFamily : ' monospace' ,
101101 } ,
102102 } ) ,
103103 } ,
@@ -108,11 +108,11 @@ export const styles = {
108108 padding : 10 ,
109109 borderRadius : 4 ,
110110 ...Platform . select ( {
111- [ " ios" ] : {
112- fontFamily : " Courier" ,
111+ [ ' ios' ] : {
112+ fontFamily : ' Courier' ,
113113 } ,
114- [ " android" ] : {
115- fontFamily : " monospace" ,
114+ [ ' android' ] : {
115+ fontFamily : ' monospace' ,
116116 } ,
117117 } ) ,
118118 } ,
@@ -123,11 +123,11 @@ export const styles = {
123123 padding : 10 ,
124124 borderRadius : 4 ,
125125 ...Platform . select ( {
126- [ " ios" ] : {
127- fontFamily : " Courier" ,
126+ [ ' ios' ] : {
127+ fontFamily : ' Courier' ,
128128 } ,
129- [ " android" ] : {
130- fontFamily : " monospace" ,
129+ [ ' android' ] : {
130+ fontFamily : ' monospace' ,
131131 } ,
132132 } ) ,
133133 } ,
You can’t perform that action at this time.
0 commit comments