Browse Source

Changed feedback buttons style

Arnaud Vergnet 3 years ago
parent
commit
aeb7c438b1
2 changed files with 2 additions and 5 deletions
  1. 2
    2
      src/screens/Amicale/LoginScreen.js
  2. 0
    3
      src/screens/Other/FeedbackScreen.js

+ 2
- 2
src/screens/Amicale/LoginScreen.js View File

@@ -37,8 +37,8 @@ const emailRegex = /^.+@.+\..+$/;
37 37
 class LoginScreen extends React.Component<Props, State> {
38 38
 
39 39
     state = {
40
-        email: 'vergnet@etud.insa-toulouse.fr',
41
-        password: 'LHSdf32ù43',
40
+        email: '',
41
+        password: '',
42 42
         isEmailValidated: false,
43 43
         isPasswordValidated: false,
44 44
         loading: false,

+ 0
- 3
src/screens/Other/FeedbackScreen.js View File

@@ -36,7 +36,6 @@ class FeedbackScreen extends React.Component<Props> {
36 36
             }}>
37 37
                 <Button
38 38
                     icon="email"
39
-                    mode="contained"
40 39
                     style={{
41 40
                         marginLeft: 'auto',
42 41
                         marginTop: 5,
@@ -46,7 +45,6 @@ class FeedbackScreen extends React.Component<Props> {
46 45
                 </Button>
47 46
                 <Button
48 47
                     icon="git"
49
-                    mode="contained"
50 48
                     style={{
51 49
                         marginLeft: 'auto',
52 50
                         marginTop: 5,
@@ -56,7 +54,6 @@ class FeedbackScreen extends React.Component<Props> {
56 54
                 </Button>
57 55
                 <Button
58 56
                     icon="facebook"
59
-                    mode="contained"
60 57
                     style={{
61 58
                         marginLeft: 'auto',
62 59
                         marginTop: 5,

Loading…
Cancel
Save