Extract styles and move vertical line a bit so it's completely visible

This commit is contained in:
Julia Friesel
2018-07-19 07:29:54 +02:00
parent 955207ed8d
commit 4b5f4f905a
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -62,6 +62,10 @@ const styles = {
horizontalGrid: {
stroke: 'lightgrey',
strokeWidth: 1
},
nfpLine: {
stroke: '#00b159',
strokeWidth: 3
}
}