Skip to content

Commit 40fd9fc

Browse files
authored
Merge pull request #102 from abirchall/master
Improve style of blockquote
2 parents 452470e + 773c723 commit 40fd9fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/lib/styles.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ export const styles = {
5050

5151
// Blockquotes
5252
blockquote: {
53-
paddingHorizontal: 14,
54-
paddingVertical: 4,
55-
backgroundColor: '#CCCCCC',
53+
backgroundColor: "#F5F5F5",
54+
borderColor: "#CCC",
55+
borderLeftWidth: 4,
56+
marginLeft: 5,
57+
paddingHorizontal: 5,
5658
},
5759

5860
// Lists

0 commit comments

Comments
 (0)