From ab129764df075ac9656cef7c592f8844db1f0b01 Mon Sep 17 00:00:00 2001 From: Yohan Simard Date: Sun, 8 Mar 2020 14:36:20 +0100 Subject: [PATCH 1/2] Improved some padding in Menu --- screens/SelfMenuScreen.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/screens/SelfMenuScreen.js b/screens/SelfMenuScreen.js index 478803c..d798114 100644 --- a/screens/SelfMenuScreen.js +++ b/screens/SelfMenuScreen.js @@ -99,11 +99,11 @@ export default class SelfMenuScreen extends React.Component { getRenderSectionHeader({section}: Object) { return ( { return ( { marginRight: 'auto', borderBottomWidth: 1, borderBottomColor: ThemeManager.getCurrentThemeVariables().primary, - marginTop: 10, + marginTop: 5, marginBottom: 5, }}/> From 9bbd3dd6b2ca9dbb1c635638fe9f0b8dd5ca7b29 Mon Sep 17 00:00:00 2001 From: Yohan Simard Date: Sun, 8 Mar 2020 14:41:04 +0100 Subject: [PATCH 2/2] Better formatting for sort order selection in ProximoListScreen --- screens/Proximo/ProximoListScreen.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/screens/Proximo/ProximoListScreen.js b/screens/Proximo/ProximoListScreen.js index e4b78b5..9756a18 100644 --- a/screens/Proximo/ProximoListScreen.js +++ b/screens/Proximo/ProximoListScreen.js @@ -213,35 +213,35 @@ export default class ProximoListScreen extends React.Component { > - {i18n.t('proximoScreen.sortPrice')} + {i18n.t('proximoScreen.sortPrice')} - {i18n.t('proximoScreen.sortPriceReverse')} + {i18n.t('proximoScreen.sortPriceReverse')} - {i18n.t('proximoScreen.sortName')} + {i18n.t('proximoScreen.sortName')} - {i18n.t('proximoScreen.sortNameReverse')} + {i18n.t('proximoScreen.sortNameReverse')}