diff --git a/demo/screenshots/Tab-Shared-Report.png b/demo/screenshots/Tab-Shared-Report.png new file mode 100644 index 00000000..48eb76bf Binary files /dev/null and b/demo/screenshots/Tab-Shared-Report.png differ diff --git a/src/screens/Tabs/Shared/Account/Information/Fields.tsx b/src/screens/Tabs/Shared/Account/Information/Fields.tsx index ea55aa9a..f5c083df 100644 --- a/src/screens/Tabs/Shared/Account/Information/Fields.tsx +++ b/src/screens/Tabs/Shared/Account/Information/Fields.tsx @@ -71,15 +71,13 @@ const styles = StyleSheet.create({ flex: 1, flexDirection: 'row', alignItems: 'center', - justifyContent: 'center', borderRightWidth: 1, paddingLeft: StyleConstants.Spacing.S, paddingRight: StyleConstants.Spacing.S }, fieldCheck: { marginLeft: StyleConstants.Spacing.XS }, fieldRight: { - flex: 3, - alignItems: 'center', + flex: 2, justifyContent: 'center', paddingLeft: StyleConstants.Spacing.S, paddingRight: StyleConstants.Spacing.S