|
@@ -147,7 +147,7 @@ export default class Wallets extends Component {
|
|
|
<VbeSkeleton
|
|
<VbeSkeleton
|
|
|
style={[ui.flex1, $padding(16)]}
|
|
style={[ui.flex1, $padding(16)]}
|
|
|
layout={[
|
|
layout={[
|
|
|
- {width: "100%", height: 210, borderRadius: 16},
|
|
|
|
|
|
|
+ {width: "100%", height: 240, borderRadius: 16},
|
|
|
{width: "100%", height: $vh(100) - 330, borderRadius: 16, marginTop: 24},
|
|
{width: "100%", height: $vh(100) - 330, borderRadius: 16, marginTop: 24},
|
|
|
]}
|
|
]}
|
|
|
animationDirection={"horizontalRight"}
|
|
animationDirection={"horizontalRight"}
|
|
@@ -207,7 +207,7 @@ const styles = StyleSheet.create({
|
|
|
backgroundColor: pageBackground
|
|
backgroundColor: pageBackground
|
|
|
},
|
|
},
|
|
|
pagerView: {
|
|
pagerView: {
|
|
|
- height: 210
|
|
|
|
|
|
|
+ height: 240
|
|
|
},
|
|
},
|
|
|
indicatorView: {
|
|
indicatorView: {
|
|
|
padding: 8,
|
|
padding: 8,
|