Fixes the date label on chart from breaking
This commit is contained in:
@@ -28,7 +28,7 @@ const styles = StyleSheet.create({
|
||||
width: CHART_YAXIS_WIDTH
|
||||
},
|
||||
text: {
|
||||
...Typography.label
|
||||
...Typography.label,
|
||||
},
|
||||
textBold: {
|
||||
...Typography.labelBold
|
||||
|
||||
+1
-1
@@ -116,7 +116,6 @@ const Asterisk = () => {
|
||||
const styles = StyleSheet.create({
|
||||
asterisk: {
|
||||
color: Colors.orange,
|
||||
paddingRight: Spacing.base,
|
||||
},
|
||||
container: {
|
||||
backgroundColor: Colors.purple,
|
||||
@@ -150,6 +149,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
greyText: {
|
||||
color: Colors.greyLight,
|
||||
paddingLeft: Spacing.base,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user