Skip to content

Commit

Permalink
[ACS-8741] Sidenav text for Process and Task filters is now grey (#10284
Browse files Browse the repository at this point in the history
)
  • Loading branch information
swapnil-verma-gl authored and ehsan-2019 committed Oct 10, 2024
1 parent 3b04457 commit 2679c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ adf-process-instance-filters {
.adf-filter-action-button__label {
padding-left: 20px;
margin: 0 8px;
color: var(--theme-action-button-text-color);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ adf-task-filters {
.adf-filter-action-button__label {
padding-left: 20px;
margin: 0 8px;
color: var(--theme-action-button-text-color);
}
}
}
Expand Down

0 comments on commit 2679c18

Please sign in to comment.