Merge pull request #6553 from BlueWallet/2222

Update DetailViewScreensStack.tsx
This commit is contained in:
GLaDOS 2024-05-14 21:31:19 +00:00 committed by GitHub
commit 6a18631ca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},