Skip to content

Commit

Permalink
ELEMENTS-1791: improve contrast on nuxeo data table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant0928 committed Jan 29, 2025
1 parent d707a55 commit 16b2119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/nuxeo-data-table/default-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const template = html`
--iron-data-table-header: {
background-color: var(--nuxeo-table-header-background, #fafafa);
color: var(--secondary-text-color, #939caa);
color: #606978;
font-weight: 600;
font-size: 1rem;
height: 50px;
Expand Down

0 comments on commit 16b2119

Please sign in to comment.