Changed feedback buttons style
This commit is contained in:
parent
252272cd55
commit
aeb7c438b1
2 changed files with 2 additions and 5 deletions
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue