Purple -> green

This commit is contained in:
Julia Friesel
2018-06-26 21:56:12 +02:00
parent c51ff57c33
commit 3f621c3c44
+3 -2
View File
@@ -23,10 +23,11 @@ const styles = {
date: {
stroke: 'grey',
fontSize: 10,
x: 2
x: 2,
fontWeight: '100'
},
number: {
stroke: 'purple',
stroke: '#00b159',
fontSize: 13,
x: config.columnMiddle - 1
}