aboutsummaryrefslogtreecommitdiff
path: root/src/routes/profile/Profile.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2020-11-09 11:30:26 -0800
committerGitHub <noreply@github.com>2020-11-09 14:30:26 -0500
commitd7ed9541f47c22d93c43a32baf3bf33d68d823c8 (patch)
tree8342087f4cc5f41aff3f3fcec4559ac9019144db /src/routes/profile/Profile.tsx
parentea0b0a9730d2a5e410583f04c5d138a73d709a6c (diff)
blur background, realign comment count, reposition content (#110)
Diffstat (limited to 'src/routes/profile/Profile.tsx')
-rw-r--r--src/routes/profile/Profile.tsx2
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],