diff options
Diffstat (limited to 'src/routes/profile/Profile.tsx')
-rw-r--r-- | src/routes/profile/Profile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/profile/Profile.tsx b/src/routes/profile/Profile.tsx index 794700f3..abf967c6 100644 --- a/src/routes/profile/Profile.tsx +++ b/src/routes/profile/Profile.tsx @@ -46,7 +46,7 @@ const Profile: React.FC<ProfileStackProps> = ({route}) => { }), }, overlayStyle: { - backgroundColor: '#808080', + backgroundColor: '#505050', opacity: progress.interpolate({ inputRange: [0, 1], outputRange: [0, 0.9], |