Make things slightly prettier

This commit is contained in:
Julia Friesel
2018-06-19 11:39:31 +02:00
parent 7366f65c48
commit 84d693a261
+3 -2
View File
@@ -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>