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
+2 -4
View File
@@ -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'
/>
)