Position date label correctly

This commit is contained in:
Julia Friesel
2018-08-14 13:58:04 +02:00
parent 439e1d4a23
commit 58adeff56a
2 changed files with 22 additions and 21 deletions
+5 -7
View File
@@ -26,16 +26,14 @@ const styles = {
column: {
label: {
date: {
stroke: 'grey',
fontSize: 10,
fontWeight: '100',
color: 'red'
color: 'grey',
fontSize: 9,
fontWeight: '100'
},
number: {
stroke: '#00b159',
color: '#00b159',
fontSize: 13,
marginLeft: 1,
marginTop: 10
textAlign: 'center'
}
},
rect: {