mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Merge pull request #6553 from BlueWallet/2222
Update DetailViewScreensStack.tsx
This commit is contained in:
commit
6a18631ca5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ const DetailViewStackScreensStack = () => {
|
|||
title: '',
|
||||
headerBackTitle: loc.wallets.list_title,
|
||||
navigationBarColor: theme.colors.navigationBarColor,
|
||||
headerShown: true,
|
||||
headerShown: !isDesktop,
|
||||
headerStyle: {
|
||||
backgroundColor: theme.colors.customHeader,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue