mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +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: '',
|
title: '',
|
||||||
headerBackTitle: loc.wallets.list_title,
|
headerBackTitle: loc.wallets.list_title,
|
||||||
navigationBarColor: theme.colors.navigationBarColor,
|
navigationBarColor: theme.colors.navigationBarColor,
|
||||||
headerShown: true,
|
headerShown: !isDesktop,
|
||||||
headerStyle: {
|
headerStyle: {
|
||||||
backgroundColor: theme.colors.customHeader,
|
backgroundColor: theme.colors.customHeader,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue