From 4ea23fd8b802c05248a2198adb239daa9eb7fd55 Mon Sep 17 00:00:00 2001
From: Julia Friesel <julia.friesel@gmail.com>
Date: Thu, 16 Aug 2018 13:14:01 +0200
Subject: [PATCH] Small style change

---
 components/chart/chart.js      | 2 +-
 components/chart/day-column.js | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/components/chart/chart.js b/components/chart/chart.js
index 05634100..ded01cfe 100644
--- a/components/chart/chart.js
+++ b/components/chart/chart.js
@@ -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
diff --git a/components/chart/day-column.js b/components/chart/day-column.js
index 0b5f3af4..88eb44e5 100644
--- a/components/chart/day-column.js
+++ b/components/chart/day-column.js
@@ -43,11 +43,9 @@ export default class DayColumn extends Component {
         <Icon
           name='drop'
           position='absolute'
-          top = {10}
-          left = {20}
-          size={30}
+          size={18}
           color='#900'
-          style={{ marginTop: 20 }}
+          style={{ marginTop: 10, marginLeft: 3 }}
           key='bleeding'
         />
       )
-- 
GitLab