Modifications du style des boutons et
des formulaires
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div *ngIf="dataSourceTable != null else loading" class="table-container">
|
||||
<button mat-button (click)="openDialogToAdd()" class="btn btn-primary">Add a gear</button>
|
||||
<button mat-button (click)="openDialogToAdd()" mat-button>Add a gear</button>
|
||||
|
||||
<table mat-table [dataSource]="dataSourceTable">
|
||||
<ng-container matColumnDef="id">
|
||||
|
||||
Reference in New Issue
Block a user