From 6cd0cc4bc306c020d8563031bdab51921f504e3c Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Sun, 16 Aug 2020 13:51:36 -0400 Subject: [PATCH] FIX: Align wallets to the left --- BlueComponents.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BlueComponents.js b/BlueComponents.js index 53a9f239d..d087fb6f1 100644 --- a/BlueComponents.js +++ b/BlueComponents.js @@ -2032,9 +2032,10 @@ export class WalletsCarousel extends Component { itemWidth={itemWidth} inactiveSlideScale={1} inactiveSlideOpacity={0.7} + activeSlideAlignment="start" initialNumToRender={4} onLayout={this.onLayout} - contentContainerCustomStyle={{ left: -20 }} + contentContainerCustomStyle={{ left: 20 }} /> );