Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacup committed Oct 16, 2020
1 parent d02920a commit aee12eb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/lib/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const styles = {

// Blockquotes
blockquote: {
backgroundColor: "#F5F5F5",
borderColor: "#CCC",
backgroundColor: '#F5F5F5',
borderColor: '#CCC',
borderLeftWidth: 4,
marginLeft: 5,
paddingHorizontal: 5,
Expand Down Expand Up @@ -93,11 +93,11 @@ export const styles = {
padding: 10,
borderRadius: 4,
...Platform.select({
["ios"]: {
fontFamily: "Courier",
['ios']: {
fontFamily: 'Courier',
},
["android"]: {
fontFamily: "monospace",
['android']: {
fontFamily: 'monospace',
},
}),
},
Expand All @@ -108,11 +108,11 @@ export const styles = {
padding: 10,
borderRadius: 4,
...Platform.select({
["ios"]: {
fontFamily: "Courier",
['ios']: {
fontFamily: 'Courier',
},
["android"]: {
fontFamily: "monospace",
['android']: {
fontFamily: 'monospace',
},
}),
},
Expand All @@ -123,11 +123,11 @@ export const styles = {
padding: 10,
borderRadius: 4,
...Platform.select({
["ios"]: {
fontFamily: "Courier",
['ios']: {
fontFamily: 'Courier',
},
["android"]: {
fontFamily: "monospace",
['android']: {
fontFamily: 'monospace',
},
}),
},
Expand Down

0 comments on commit aee12eb

Please sign in to comment.