Skip to content

Commit

Permalink
Merge pull request #102 from abirchall/master
Browse files Browse the repository at this point in the history
Improve style of blockquote
  • Loading branch information
iamacup authored Oct 16, 2020
2 parents 452470e + 773c723 commit 40fd9fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ export const styles = {

// Blockquotes
blockquote: {
paddingHorizontal: 14,
paddingVertical: 4,
backgroundColor: '#CCCCCC',
backgroundColor: "#F5F5F5",
borderColor: "#CCC",
borderLeftWidth: 4,
marginLeft: 5,
paddingHorizontal: 5,
},

// Lists
Expand Down

0 comments on commit 40fd9fc

Please sign in to comment.