Make things slightly prettier
This commit is contained in:
@@ -86,7 +86,7 @@ export default class SvgExample extends Component {
|
|||||||
onPress={() => this.passDateToDayView(labelInfo.label)}
|
onPress={() => this.passDateToDayView(labelInfo.label)}
|
||||||
/>
|
/>
|
||||||
<Text
|
<Text
|
||||||
stroke="purple"
|
stroke="grey"
|
||||||
fontSize="10"
|
fontSize="10"
|
||||||
x={labelInfo.rightOffset}
|
x={labelInfo.rightOffset}
|
||||||
y={bottom - top - dateRow.height}
|
y={bottom - top - dateRow.height}
|
||||||
@@ -106,8 +106,9 @@ export default class SvgExample extends Component {
|
|||||||
<Polyline
|
<Polyline
|
||||||
points={determineCurvePoints()}
|
points={determineCurvePoints()}
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="black"
|
stroke="darkblue"
|
||||||
strokeWidth="2"
|
strokeWidth="2"
|
||||||
|
strokeLinejoin="round"
|
||||||
/>
|
/>
|
||||||
</Svg>
|
</Svg>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|||||||
Reference in New Issue
Block a user