diff --git a/components/chart/chart-legend.js b/components/chart/chart-legend.js index 67391611ef73f78136bce3cdc4293bd003e3afce..9d6e8cc3de60c3bd351ec05dd4d17bf900322dff 100644 --- a/components/chart/chart-legend.js +++ b/components/chart/chart-legend.js @@ -28,7 +28,7 @@ const styles = StyleSheet.create({ width: CHART_YAXIS_WIDTH }, text: { - ...Typography.label + ...Typography.label, }, textBold: { ...Typography.labelBold diff --git a/components/home.js b/components/home.js index 423d82ae8ce5c3b8411b72f7df1e46952a5d84d3..a6c8cc189cfaca6318c52a4295abe1132d81f86b 100644 --- a/components/home.js +++ b/components/home.js @@ -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, } }) diff --git a/styles/typography.js b/styles/typography.js index 3df807b7db0a4cc8cf42cdd5c6b410bcad766a75..5b1bfd0385ce676f128e86abdf5860f1d25ab923 100644 --- a/styles/typography.js +++ b/styles/typography.js @@ -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,