Преглед изворни кода

update app/pages/wallets/Wallets.js

wudebin пре 10 месеци
родитељ
комит
2192b0403a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Strides-APP/app/pages/wallets/Wallets.js

+ 2 - 2
Strides-APP/app/pages/wallets/Wallets.js

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