mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-18779] Cannot update colours according to dynamically generated theme due to hardcoded values (#3558)
* [AAE-18779] Custom theme - cannot update colours according to dynamically generated theme due to hardcoded values * Fix colours part1 * Fix chip colours * Fix column chip colour * Fix sidenav text * Fix sidenav selected text color * Fix colours
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
display: flex;
|
||||
|
||||
.adf-datatable-cell-badge {
|
||||
color: var(--theme-contrast-gray);
|
||||
color: var(--theme-secondary-text);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
width: inherit;
|
||||
|
||||
.adf-tag-chips {
|
||||
background-color: white;
|
||||
background-color: var(--theme-background-card-colour);
|
||||
border: 1px solid var(--theme-text-color);
|
||||
border-radius: 10px;
|
||||
color: var(--theme-text-color);
|
||||
|
Reference in New Issue
Block a user