changed button design in LoginComponent
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
</mat-form-field>
|
||||
|
||||
<div fxLayout="row" fxLayoutAlign="space-evenly center">
|
||||
<a mat-button href="/register">Sign up</a>
|
||||
<button [disabled]="loading" class="mat-button">
|
||||
<button mat-flat-button color="primary" [disabled]="loading">
|
||||
<span *ngIf="loading" class="spinner-border spinner-border-sm mr-1"></span>
|
||||
Login
|
||||
</button>
|
||||
<a mat-button routerLink="/register">Sign up</a>
|
||||
</div>
|
||||
</form>
|
||||
</mat-card-content>
|
||||
|
||||
Reference in New Issue
Block a user