mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
fix plausible deniability nav styles
This commit is contained in:
parent
3d753ac055
commit
d2e7f9206e
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ const WalletsRoot = () => {
|
|||
<WalletsStack.Screen
|
||||
name="PlausibleDeniability"
|
||||
component={PlausibleDeniability}
|
||||
options={{ title: loc.plausibledeniability.title }}
|
||||
options={navigationStyle({ title: loc.plausibledeniability.title })(theme)}
|
||||
/>
|
||||
<WalletsStack.Screen name="LightningSettings" component={LightningSettings} options={LightningSettings.navigationOptions(theme)} />
|
||||
<WalletsStack.Screen name="ElectrumSettings" component={ElectrumSettings} options={ElectrumSettings.navigationOptions(theme)} />
|
||||
|
|
Loading…
Add table
Reference in a new issue