Fixes the date label on chart from breaking

This commit is contained in:
Sofiya Tepikin
2021-01-08 16:34:00 +00:00
parent 9a87bf760c
commit e61f8c9483
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const styles = StyleSheet.create({
width: CHART_YAXIS_WIDTH
},
text: {
...Typography.label
...Typography.label,
},
textBold: {
...Typography.labelBold