diff options
-rw-r--r-- | src/screens/Login.tsx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/screens/Login.tsx b/src/screens/Login.tsx index f7445018..618507d8 100644 --- a/src/screens/Login.tsx +++ b/src/screens/Login.tsx @@ -185,18 +185,6 @@ const styles = StyleSheet.create({ width: 215, height: 149, }, - credentials: { - top: 190, - width: 248, - height: 40, - fontSize: 20, - color: '#FFFFFF', - borderColor: '#FFFDFD', - borderWidth: 2, - borderRadius: 20, - paddingLeft: 13, - marginVertical: 15, - }, forgotPassword: { top: 190, left: -60, |