Changed feedback buttons style
這個提交存在於:
父節點
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,
|
||||
|
|
|
|||
載入中…
新增問題並參考