[ACS-8741] Sidenav text for Process and Task filters is now grey (#10284)

This commit is contained in:
swapnil-verma-gl
2024-10-07 15:18:23 +05:30
committed by Ehsan Rezaei
parent 97ea5814cc
commit cf18f71dac
2 changed files with 2 additions and 0 deletions

View File

@@ -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);
}
}
}

View File

@@ -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);
}
}
}