diff --git a/components/pages/ForgotPassword.js b/components/pages/ForgotPassword.js index 148a293..7605e78 100644 --- a/components/pages/ForgotPassword.js +++ b/components/pages/ForgotPassword.js @@ -1,5 +1,5 @@ import { StatusBar } from 'expo-status-bar'; -import { StyleSheet, View } from 'react-native'; +import { StyleSheet, View, Image } from 'react-native'; import { TextInput } from 'react-native-paper'; import { useTheme, @@ -27,22 +27,30 @@ export default function ForgotPassword({ navigation }) { }; return ( - + + Reset your password setEmail(email)} - mode="flat" + mode="outlined" style={styles.input} - activeUnderlineColor="#000" + activeOutlineColor='#fff' + outlineColor='#fff' + textColor='#FFF' + overflow="hidden" + theme={{ roundness: 30 }} />