Fixes color on cansel dmp edit button

This commit is contained in:
apapachristou 2019-06-04 11:15:24 +03:00
parent 4cb7e57190
commit f14a1e63fd
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<div class="d-flex justify-content-end pt-2 pb-4 pl-2 pr-2">
<div *ngIf="!isNew">
<button mat-raised-button color="primary" (click)="cancel(dmp.id)" type="button"
class="lightblue-btn text-uppercase mr-2">
class="text-uppercase mr-2">
{{'DMP-EDITOR.ACTIONS.CANCEL' | translate}}
</button>
</div>