Small style change

This commit is contained in:
Julia Friesel
2018-08-16 13:14:01 +02:00
parent 516e3dce80
commit 4ea23fd8b8
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export default class CycleChart extends Component {
render() {
return (
<View style={{ flexDirection: 'row' }}>
<View style={{ flexDirection: 'row', marginTop: 50 }}>
{yAxisView}
{horizontalGrid}
{<FlatList