mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update DetailViewScreensStack.tsx
This commit is contained in:
parent
4b2bbe3748
commit
95856f84ca
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ const DetailViewStackScreensStack = () => {
|
|||
backgroundColor: theme.colors.customHeader,
|
||||
},
|
||||
headerRight: () => DetailButton,
|
||||
headerBackTitleStyle: { fontSize: 0 },
|
||||
headerBackTitleVisible: true,
|
||||
})(theme)}
|
||||
/>
|
||||
<DetailViewStack.Screen name="CPFP" component={CPFP} options={CPFP.navigationOptions(theme)} />
|
||||
|
|
Loading…
Add table
Reference in a new issue