Changed feedback buttons style

這個提交存在於:
Arnaud Vergnet 2020-04-28 20:30:58 +02:00
父節點 252272cd55
當前提交 aeb7c438b1
共有 2 個檔案被更改,包括 2 行新增5 行删除

查看文件

@ -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,

查看文件

@ -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,