Skip to content

Commit

Permalink
[AAE-14726] apply design tokens for ProcessHeaderCloudComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Jan 8, 2024
1 parent afeffd6 commit 0072e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<mat-card *ngIf="processInstanceDetails">
<mat-card *ngIf="processInstanceDetails" class="adf-process-header-cloud-card">
<mat-card-content>
<adf-card-view [properties]="properties"></adf-card-view>
</mat-card-content>
</mat-card>
</mat-card>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.adf-process-header-cloud-card {
background-color: var(--adf-process-header-cloud-card-background);
}

0 comments on commit 0072e55

Please sign in to comment.