Small style change
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user