diff options
author | Justin Shillingford <jgs272@cornell.edu> | 2020-06-29 19:21:18 -0400 |
---|---|---|
committer | Justin Shillingford <jgs272@cornell.edu> | 2020-06-29 19:21:18 -0400 |
commit | a382ff32a0a6d6a15402c74e18ad471d9f689107 (patch) | |
tree | 61cb458540bb9bda2913cd48a51ff241ba118f9e | |
parent | e1d09e0fe3774e0f777b828e529a92b7cc5791f5 (diff) |
Removed credentials style definition
-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, |