diff --git a/components/chart/chart.js b/components/chart/chart.js index 056341006855453d6049a4e33612b786cb50874b..ded01cfecaa565fc8d89374f17d76e7c28d8a080 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 0b5f3af4912dced29a44d77b3f6d4d5ef9387e2c..88eb44e54b1fea17e203387d714c9449fcdc8727 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' /> )