Fix add button style.

This commit is contained in:
Alexis Lahouze 2017-08-28 08:58:56 +02:00
parent fe2d539812
commit a650f52fe2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import { OperationEditModalComponent } from './operationEditModal.component';
<tbody>
<tr>
<td colspan="7">
<button mz-button class="green lighten2" (click)="add()">
<button mz-button class="green" (click)="add()">
Ajouter
</button>
</td>