mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: Header for TX creation Details
This commit is contained in:
parent
e13fbdf083
commit
2ccd75c8ef
2 changed files with 3 additions and 13 deletions
|
@ -175,17 +175,7 @@ const SendDetailsRoot = () => (
|
||||||
component={PsbtWithHardwareWallet}
|
component={PsbtWithHardwareWallet}
|
||||||
options={PsbtWithHardwareWallet.navigationOptions}
|
options={PsbtWithHardwareWallet.navigationOptions}
|
||||||
/>
|
/>
|
||||||
<SendDetailsStack.Screen
|
<SendDetailsStack.Screen name="CreateTransaction" component={SendCreate} options={SendCreate.navigationOptions} />
|
||||||
name="CreateTransaction"
|
|
||||||
component={SendCreate}
|
|
||||||
options={{
|
|
||||||
headerStyle: {
|
|
||||||
backgroundColor: '#FFFFFF',
|
|
||||||
borderBottomWidth: 0,
|
|
||||||
},
|
|
||||||
headerTintColor: '#0c2550',
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
<SendDetailsStack.Screen name="Success" component={Success} options={Success.navigationOptions} />
|
<SendDetailsStack.Screen name="Success" component={Success} options={Success.navigationOptions} />
|
||||||
<SendDetailsStack.Screen name="SelectWallet" component={SelectWallet} options={SelectWallet.navigationOptions} />
|
<SendDetailsStack.Screen name="SelectWallet" component={SelectWallet} options={SelectWallet.navigationOptions} />
|
||||||
</SendDetailsStack.Navigator>
|
</SendDetailsStack.Navigator>
|
||||||
|
|
|
@ -253,8 +253,8 @@ SendCreate.navigationOptions = ({ navigation, route }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
...BlueNavigationStyle,
|
...BlueNavigationStyle(),
|
||||||
title: loc.send.create.details,
|
title: loc.send.create_details,
|
||||||
headerRight,
|
headerRight,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue