Skip to content

Commit

Permalink
[YUNIKORN-2913] Fix contrast issue in Applications view (apache#210)
Browse files Browse the repository at this point in the history
Closes: apache#210

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
dcoric authored and craigcondit committed Oct 17, 2024
1 parent e1b13b6 commit 5856427
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/apps-view/apps-view.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
--mdc-chip-label-text-weight: 400;
}

.selected-row .mat-mdc-standard-chip {
--mdc-chip-label-text-color: #fff;
}

.mat-mdc-header-cell {
font-size: 15px;
font-weight: bold;
Expand Down

0 comments on commit 5856427

Please sign in to comment.