diff --git a/components/common/table.js b/components/common/table.js index bb84f27..65d3a10 100644 --- a/components/common/table.js +++ b/components/common/table.js @@ -57,10 +57,11 @@ const styles = StyleSheet.create({ accentOrange: { ...Typography.accentOrange, fontSize: Sizes.small, + margin: Sizes.tiny, }, accentPurpleBig: { ...Typography.accentPurpleBig, - marginRight: Spacing.small, + marginRight: Spacing.tiny }, cellLeft: { alignItems: 'flex-end', @@ -68,12 +69,13 @@ const styles = StyleSheet.create({ justifyContent: 'center', }, cellRight: { - flex: 6, + flex: 5, justifyContent: 'center', }, row: { flexDirection: 'row', marginBottom: Spacing.tiny, + marginLeft: Spacing.tiny } }) diff --git a/components/stats.js b/components/stats.js index 713367f..b3809b2 100644 --- a/components/stats.js +++ b/components/stats.js @@ -91,11 +91,11 @@ const styles = ScaledSheet.create({ }, columnLeft: { ...column, - flex: 4, + flex: 2, }, columnRight: { ...column, - flex: 5, + flex: 3, paddingTop: Spacing.small, }, image: {