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> { class LoginScreen extends React.Component<Props, State> {
state = { state = {
email: 'vergnet@etud.insa-toulouse.fr', email: '',
password: 'LHSdf32ù43', password: '',
isEmailValidated: false, isEmailValidated: false,
isPasswordValidated: false, isPasswordValidated: false,
loading: false, loading: false,

View file

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