Merge branch 'fix-chart-date-label' into 'rebased-redesign'

Fixes the date label on chart from breaking

See merge request bloodyhealth/drip!331
This commit is contained in:
Sofiya Tepikin
2021-01-08 16:34:00 +00:00
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
+1 -1
View File
@@ -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,
}
})
+1 -1
View File
@@ -11,7 +11,7 @@ export const fonts = {
export const sizes = {
tiny: 7 / fontRatio,
footnote: 10 / fontRatio,
small: 14 / fontRatio,
small: 13 / fontRatio,
base: 18 / fontRatio,
subtitle: 22 / fontRatio,
title: 24 / fontRatio,