diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-21 08:04:07 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-21 08:04:07 -0800 |
commit | 4a807e939cd4bcafaee5802dfdc9be4fc55fb94b (patch) | |
tree | 26e3b4d2b2d020f354c291a1b2a400adbdf0ff31 /src/routes/main/MainStackScreen.tsx | |
parent | 69bcee9740903f3d142d964f00756ca176ecab36 (diff) |
sdd
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r-- | src/routes/main/MainStackScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx index 389b1a9d..9250d0d1 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -158,7 +158,7 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => { options={{ gestureEnabled: false, cardStyle: { - backgroundColor: 'rgba(52, 52, 52, 0.8)', + backgroundColor: 'rgba(0, 0, 0, 0.6)', }, cardOverlayEnabled: true, cardStyleInterpolator: ({current: {progress}}) => ({ |