Changed feedback buttons style

This commit is contained in:
Arnaud Vergnet 2020-04-28 20:30:58 +02:00
parent 252272cd55
commit aeb7c438b1
2 changed files with 2 additions and 5 deletions

View file

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

View file

@ -36,7 +36,6 @@ class FeedbackScreen extends React.Component<Props> {
}}>
<Button
icon="email"
mode="contained"
style={{
marginLeft: 'auto',
marginTop: 5,
@ -46,7 +45,6 @@ class FeedbackScreen extends React.Component<Props> {
</Button>
<Button
icon="git"
mode="contained"
style={{
marginLeft: 'auto',
marginTop: 5,
@ -56,7 +54,6 @@ class FeedbackScreen extends React.Component<Props> {
</Button>
<Button
icon="facebook"
mode="contained"
style={{
marginLeft: 'auto',
marginTop: 5,