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() { render() {
return ( return (
<View style={{ flexDirection: 'row' }}> <View style={{ flexDirection: 'row', marginTop: 50 }}>
{yAxisView} {yAxisView}
{horizontalGrid} {horizontalGrid}
{<FlatList {<FlatList
+2 -4
View File
@@ -43,11 +43,9 @@ export default class DayColumn extends Component {
<Icon <Icon
name='drop' name='drop'
position='absolute' position='absolute'
top = {10} size={18}
left = {20}
size={30}
color='#900' color='#900'
style={{ marginTop: 20 }} style={{ marginTop: 10, marginLeft: 3 }}
key='bleeding' key='bleeding'
/> />
) )