Преглед на файлове

update app/components/VbeSkeleton.js

wudebin преди 6 месеца
родител
ревизия
8f99672b41
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Strides-SPAPP/app/components/VbeSkeleton.js

+ 1 - 1
Strides-SPAPP/app/components/VbeSkeleton.js

@@ -3,7 +3,7 @@ import { Animated, Easing, View } from 'react-native';
 
 const VbeSkeleton = ({
   style,
-  color="rgba(0, 10, 20, 0.05)",
+  color="rgba(0, 10, 20, 0.1)",
   layout=[],
   widthList=["100%"],
   height=16,