mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: Align wallets to the left
This commit is contained in:
parent
a6e5ab352b
commit
6cd0cc4bc3
@ -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 }}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user