File tree Expand file tree Collapse file tree 4 files changed +4
-184
lines changed
Expand file tree Collapse file tree 4 files changed +4
-184
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ const ImageBlurShadow = (props) => {
3232 < Image
3333 source = { require ( './assets/blur.png' ) }
3434 resizeMethod = 'auto'
35-
3635 tintColor = { props . shadowBackgroundColor }
3736 style = { {
3837 width : '100%' ,
@@ -64,8 +63,8 @@ const ImageBlurShadow = (props) => {
6463 ImageBlurShadow . defaultProps = {
6564 imageWidth : 200 ,
6665 imageHeight : 200 ,
67- shadowBlurRadius : 38 ,
68- shadowOffset : 52 ,
66+ shadowBlurRadius : 18 ,
67+ shadowOffset : 44 ,
6968 shadowBackgroundColor : '#ffffff'
7069 }
7170
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ const ImageBlurShadow = (props) => {
6262 ImageBlurShadow . defaultProps = {
6363 imageWidth : 200 ,
6464 imageHeight : 200 ,
65- shadowBlurRadius : 38 ,
66- shadowOffset : 52 ,
65+ shadowBlurRadius : 18 ,
66+ shadowOffset : 44 ,
6767 shadowBackgroundColor : '#ffffff'
6868 }
6969
You can’t perform that action at this time.
0 commit comments