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 42fb515 commit e60133fCopy full SHA for e60133f
packages/core/src/internal/data-grid/render/data-grid-render.header.ts
@@ -74,7 +74,7 @@ export function drawGridHeaders(
74
}
75
76
if (theme !== outerTheme) {
77
- ctx.font = theme.baseFontFull;
+ ctx.font = theme.headerFontFull;
78
79
const selected = selection.columns.hasIndex(c.sourceIndex);
80
const noHover = dragAndDropState !== undefined || isResizing;
0 commit comments