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)}
/>
<Text
stroke="purple"
stroke="grey"
fontSize="10"
x={labelInfo.rightOffset}
y={bottom - top - dateRow.height}
@@ -106,8 +106,9 @@ export default class SvgExample extends Component {
<Polyline
points={determineCurvePoints()}
fill="none"
stroke="black"
stroke="darkblue"
strokeWidth="2"
strokeLinejoin="round"
/>
</Svg>
</ScrollView>