[Improvement] - [x] Verification Home button
- [x] Notification max frame size - [x] Max width for dialog ( Edit Profile) - [x] Edit Profile Buttons show in dialog bottom becomes fixed - [x] Change progress - [x] Update material UI to version v1.0.0-beta.32
This commit is contained in:
@@ -251,7 +251,7 @@ export class SignupComponent extends Component<ISignupComponentProps,ISignupComp
|
||||
<Button onClick={this.props.loginPage}>{translate!('signup.loginButton')}</Button>
|
||||
</div>
|
||||
<div>
|
||||
<Button raised color='primary' onClick={this.handleForm}>{translate!('signup.createButton')}</Button>
|
||||
<Button variant='raised' color='primary' onClick={this.handleForm}>{translate!('signup.createButton')}</Button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user