We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85af410 commit 4944615Copy full SHA for 4944615
packages/grid/src/styles/vaadin-grid-base-styles.js
@@ -127,7 +127,7 @@ export const gridStyles = css`
127
[part~='reorder-ghost'] {
128
font-size: var(--vaadin-grid-header-font-size, 1em);
129
font-weight: var(--vaadin-grid-header-font-weight, 500);
130
- color: var(--vaadin-grid-header-color, var(--vaadin-text-color));
+ color: var(--vaadin-grid-header-text-color, var(--vaadin-text-color));
131
}
132
133
[part~='row'] {
0 commit comments