Fixes color on cansel dmp edit button
This commit is contained in:
parent
4cb7e57190
commit
f14a1e63fd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue