From 77c7a57463e5bae70bcfec30e184f86de259c4ea Mon Sep 17 00:00:00 2001 From: BloodyMarie Date: Mon, 18 Apr 2022 19:16:13 +0200 Subject: [PATCH] Stats styling improvement --- components/common/table.js | 6 ++++-- components/stats.js | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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: {