From 88f87a00d3811f17bc499151df14dae782c46020 Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Sat, 27 Mar 2021 06:41:19 -0400 Subject: [PATCH] Update WalletsCarousel.js --- components/WalletsCarousel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/WalletsCarousel.js b/components/WalletsCarousel.js index 005ba9265..0a4ac8fb9 100644 --- a/components/WalletsCarousel.js +++ b/components/WalletsCarousel.js @@ -78,7 +78,7 @@ NewWalletPanel.propTypes = { const iStyles = StyleSheet.create({ root: { paddingRight: 10, - paddingLeft: I18nManager.isRTL ? 10 : 0, + paddingLeft: 10, marginVertical: 17, }, grad: { @@ -288,7 +288,6 @@ const cStyles = StyleSheet.create({ }, content: { left: 16, - flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row', }, }); @@ -338,12 +337,13 @@ const WalletsCarousel = forwardRef((props, ref) => { )}