This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import MainContent from '../component/main-content';
77import { PasswordCard } from '../component/password-entry' ;
88import { Header , Title } from '../component/header' ;
99import { H1Text } from '../component/text' ;
10- import { Button , GlasButton , CancelButton } from '../component/button' ;
10+ import { BackButton , GlasButton , CancelButton } from '../component/button' ;
1111import { color } from '../component/style' ;
1212
1313//
@@ -27,7 +27,7 @@ const styles = StyleSheet.create({
2727const ResetPasswordConfirmView = ( { store, nav, wallet } ) => (
2828 < Background color = { color . blackDark } >
2929 < Header separator >
30- < Button disabled onPress = { ( ) => { } } />
30+ < BackButton onPress = { ( ) => nav . goResetPasswordNew ( ) } />
3131 < Title title = "Change Password" />
3232 < CancelButton onPress = { ( ) => nav . goSettings ( ) } />
3333 </ Header >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import MainContent from '../component/main-content';
77import { PasswordCard } from '../component/password-entry' ;
88import { Header , Title } from '../component/header' ;
99import { H1Text } from '../component/text' ;
10- import { Button , GlasButton , CancelButton } from '../component/button' ;
10+ import { BackButton , GlasButton , CancelButton } from '../component/button' ;
1111import { color } from '../component/style' ;
1212
1313//
@@ -27,7 +27,7 @@ const styles = StyleSheet.create({
2727const NewPasswordView = ( { store, nav, wallet } ) => (
2828 < Background color = { color . blackDark } >
2929 < Header separator >
30- < Button disabled onPress = { ( ) => { } } />
30+ < BackButton onPress = { ( ) => nav . goResetPasswordCurrent ( ) } />
3131 < Title title = "Change Password" />
3232 < CancelButton onPress = { ( ) => nav . goSettings ( ) } />
3333 </ Header >
You can’t perform that action at this time.
0 commit comments