소스 검색

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,